Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Aug 26, 2022
1 parent bd8cb98 commit f3b2251
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(libpgfe VERSION 0.3.0)
project(libpgfe VERSION 0.2.1)

set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
Expand Down
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 3
#define LIBPGFE_REVISION 0
#define LIBPGFE_MINOR_VERSION 2
#define LIBPGFE_REVISION 1

#define LIBPGFE_VERSION "0.3.0"
#define LIBPGFE_VERSION "0.2.1"
#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.3.0
VERSION := 0.2.1

BUILD_DIR := build
TARGET_DIR := $(BUILD_DIR)
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libpgfe",
"version": "0.3.0",
"version": "0.2.1",
"compiler_binary": "clang",
"standard": {
"c": "c11",
Expand Down

0 comments on commit f3b2251

Please sign in to comment.