Skip to content

Commit

Permalink
bump to 0.6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp123 committed Jul 25, 2019
1 parent ddf7f5a commit 43ccd4c
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 1)
set(xava_VERSION_TWEAK 2)

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.1"
!define VERSION "0.6.2.1"
!define PRODUCT_VERSION "0.6.2.2"
!define VERSION "0.6.2.2"

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

0 comments on commit 43ccd4c

Please sign in to comment.