Skip to content

Commit

Permalink
Bumped version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goli4thus committed Mar 17, 2020
1 parent 76412c0 commit ab9f07e
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 @@ -8,7 +8,7 @@ project(${TARGET_NAME})
# Project version
set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_PATCH 2)

# Debug message enabling
# Hint: Run cmake with "cmake -DENABLE_DEBUG_MSG=1 .." to enable the following:
Expand Down
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// Program version
#define D_VERSION_MAJOR 1
#define D_VERSION_MINOR 0
#define D_VERSION_PATCH 0
#define D_VERSION_STRING "1.0.0"
#define D_VERSION_PATCH 2
#define D_VERSION_STRING "1.0.2"

// Various constants
#define D_OUTPUT_DEBUG_MSG 0
Expand Down

0 comments on commit ab9f07e

Please sign in to comment.