Skip to content

Commit db0ff79

Browse files
committed
Bump version
1 parent 51cd54d commit db0ff79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(CheckCXXCompilerFlag)
66
project(nx)
77

88
set (nx_VERSION_MAJOR 2)
9-
set (nx_VERSION_MINOR 4)
9+
set (nx_VERSION_MINOR 5)
1010

1111
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
1212
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.4.{build}
1+
version: 2.5.{build}
22

33
pull_requests:
44
do_not_increment_build_number: true

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef __VERSION_H_
22
#define __VERSION_H_
33

4-
#define NXVERSION "NXEngine-evo 2.4"
4+
#define NXVERSION "NXEngine-evo 2.5"
55

66
#endif
77

0 commit comments

Comments
 (0)