Skip to content

Commit 74d6c78

Browse files
committed
Merge pull request #4363 from NREL/76130150-UpdateVersion
Update version ID to 8.1.2
2 parents 4b73fea + 476c3c1 commit 74d6c78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Project(EnergyPlus)
33
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
44

55
set( CMAKE_VERSION_MAJOR 8 )
6-
set( CMAKE_VERSION_MINOR 2 )
7-
set( CMAKE_VERSION_PATCH 0 )
6+
set( CMAKE_VERSION_MINOR 1 )
7+
set( CMAKE_VERSION_PATCH 2 )
88

99
set( CMAKE_VERSION_BUILD "Unknown" CACHE STRING "Build number" )
1010
find_package(Git)

0 commit comments

Comments
 (0)