Skip to content

Commit 0aa605c

Browse files
committed
1.085
1 parent 074b5ec commit 0aa605c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project( firestep )
44

55
SET(PROJECT_VERSION_MAJOR 1)
66
SET(PROJECT_VERSION_MINOR 8)
7-
set(PROJECT_VERSION_PATCH 4)
7+
set(PROJECT_VERSION_PATCH 5)
88
set(PROJECT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
99

1010
IF(WIN32)

FireStep/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C" {
1010

1111
#define VERSION_MAJOR 1
1212
#define VERSION_MINOR 8
13-
#define VERSION_PATCH 4
13+
#define VERSION_PATCH 5
1414

1515
//////////// GENERATED FILE (from version.h.in) /////////////////
1616
//////////// GENERATED FILE (from version.h.in) /////////////////

0 commit comments

Comments
 (0)