Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Oct 24, 2022
1 parent c157aca commit 5b618de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.0)
set(CMAKE_C_COMPILER clang)
set(CMAKE_CXX_COMPILER clang++)

project(libpgfe VERSION 0.3.1)
project(libpgfe VERSION 0.3.2)

set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
Expand Down
4 changes: 2 additions & 2 deletions meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

#define LIBPGFE_VERSION "0.3.1"
#define LIBPGFE_VERSION "0.3.2"
#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.1
VERSION := 0.3.2

BUILD_DIR := build

Expand Down

0 comments on commit 5b618de

Please sign in to comment.