Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
bump 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GangZhuo committed Oct 20, 2016
1 parent 7512228 commit 8455db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pcs/pcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "pcs_slist.h"
#include "pcs_utils.h"

#define PCS_API_VERSION "v1.1.2"
#define PCS_API_VERSION "v1.1.3"

#define PCS_RAPIDUPLOAD_THRESHOLD (256 * 1024)

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifdef PRG_VER
# define program_version PRG_VER
#else
# define program_version "v0.2.4"
# define program_version "v0.2.5"
#endif

#define program_name "pcs"
Expand Down

0 comments on commit 8455db3

Please sign in to comment.