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

Commit 8455db3

Browse files
committed
bump 0.2.5
1 parent 7512228 commit 8455db3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pcs/pcs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "pcs_slist.h"
1010
#include "pcs_utils.h"
1111

12-
#define PCS_API_VERSION "v1.1.2"
12+
#define PCS_API_VERSION "v1.1.3"
1313

1414
#define PCS_RAPIDUPLOAD_THRESHOLD (256 * 1024)
1515

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifdef PRG_VER
55
# define program_version PRG_VER
66
#else
7-
# define program_version "v0.2.4"
7+
# define program_version "v0.2.5"
88
#endif
99

1010
#define program_name "pcs"

0 commit comments

Comments
 (0)