Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
bamless committed Oct 17, 2020
1 parent 524581f commit ac96a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(jstar)
# version
set(JSTAR_VERSION_MAJOR 1)
set(JSTAR_VERSION_MINOR 2)
set(JSTAR_VERSION_PATCH 3)
set(JSTAR_VERSION_PATCH 4)
set(JSTAR_VERSION ${JSTAR_VERSION_MAJOR}.${JSTAR_VERSION_MINOR}.${JSTAR_VERSION_PATCH})

# set the c standard
Expand Down
4 changes: 2 additions & 2 deletions jstar/include/jstar/jstarconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Version
#define JSTAR_VERSION_MAJOR 1
#define JSTAR_VERSION_MINOR 2
#define JSTAR_VERSION_PATCH 3
#define JSTAR_VERSION_STRING "1.2.3"
#define JSTAR_VERSION_PATCH 4
#define JSTAR_VERSION_STRING "1.2.4"

// Increasing version number, used for range checking
#define JSTAR_VERSION \
Expand Down

0 comments on commit ac96a2e

Please sign in to comment.