Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
bamless committed Jul 12, 2021
1 parent d0c9c01 commit acd7a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ project(jstar)

set(JSTAR_VERSION_MAJOR 1)
set(JSTAR_VERSION_MINOR 8)
set(JSTAR_VERSION_PATCH 5)
set(JSTAR_VERSION_PATCH 6)
set(JSTAR_VERSION ${JSTAR_VERSION_MAJOR}.${JSTAR_VERSION_MINOR}.${JSTAR_VERSION_PATCH})

set(CMAKE_C_STANDARD 99)
Expand Down
4 changes: 2 additions & 2 deletions include/jstar/conf.h
Expand Up @@ -4,8 +4,8 @@
// Version
#define JSTAR_VERSION_MAJOR 1
#define JSTAR_VERSION_MINOR 8
#define JSTAR_VERSION_PATCH 5
#define JSTAR_VERSION_STRING "1.8.5"
#define JSTAR_VERSION_PATCH 6
#define JSTAR_VERSION_STRING "1.8.6"

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

0 comments on commit acd7a40

Please sign in to comment.