Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Nov 5, 2017
1 parent 51cd54d commit db0ff79
Show file tree
Hide file tree
Showing 3 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 @@ -6,7 +6,7 @@ include(CheckCXXCompilerFlag)
project(nx)

set (nx_VERSION_MAJOR 2)
set (nx_VERSION_MINOR 4)
set (nx_VERSION_MINOR 5)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.4.{build}
version: 2.5.{build}

pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_

#define NXVERSION "NXEngine-evo 2.4"
#define NXVERSION "NXEngine-evo 2.5"

#endif

0 comments on commit db0ff79

Please sign in to comment.