Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Sep 16, 2022
1 parent 3afef4b commit ae20345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define LIBPGFE_NAME "libpgfe"

#define LIBPGFE_MAJOR_VERSION 0
#define LIBPGFE_MINOR_VERSION 2
#define LIBPGFE_REVISION 1
#define LIBPGFE_MINOR_VERSION 3
#define LIBPGFE_REVISION 0

#define LIBPGFE_VERSION "0.2.1"
#define LIBPGFE_VERSION "0.3.0"
#endif
2 changes: 1 addition & 1 deletion meta.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT := libpgfe
VERSION := 0.2.1
VERSION := 0.3.0

BUILD_DIR := build

Expand Down

0 comments on commit ae20345

Please sign in to comment.