Skip to content

Commit

Permalink
bump to 0.6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp123 committed Sep 25, 2019
1 parent 6cc7b5d commit 2e493c7
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 @@ -12,7 +12,7 @@ set(CMAKE_C_STANDARD 11)
set(xava_VERSION_MAJOR 0)
set(xava_VERSION_MINOR 6)
set(xava_VERSION_PATCH 2)
set(xava_VERSION_TWEAK 2)
set(xava_VERSION_TWEAK 3)

add_definitions(-DPACKAGE="xava" -DVERSION="${xava_VERSION_MAJOR}.${xava_VERSION_MINOR}.${xava_VERSION_PATCH}.${xava_VERSION_TWEAK}")
add_definitions(-DPREFIX="${CMAKE_INSTALL_PREFIX}")
Expand Down
4 changes: 2 additions & 2 deletions assets/windows/xava.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Set project name
Name "X.A.V.A."

!define PRODUCT_VERSION "0.6.2.2"
!define VERSION "0.6.2.2"
!define PRODUCT_VERSION "0.6.2.3"
!define VERSION "0.6.2.3"

VIProductVersion "${PRODUCT_VERSION}"
VIFileVersion "${VERSION}"
Expand Down

0 comments on commit 2e493c7

Please sign in to comment.