Skip to content

Commit

Permalink
Merge pull request #4363 from NREL/76130150-UpdateVersion
Browse files Browse the repository at this point in the history
Update version ID to 8.1.2
  • Loading branch information
lgentile committed Aug 1, 2014
2 parents 4b73fea + 476c3c1 commit 74d6c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Project(EnergyPlus)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

set( CMAKE_VERSION_MAJOR 8 )
set( CMAKE_VERSION_MINOR 2 )
set( CMAKE_VERSION_PATCH 0 )
set( CMAKE_VERSION_MINOR 1 )
set( CMAKE_VERSION_PATCH 2 )

set( CMAKE_VERSION_BUILD "Unknown" CACHE STRING "Build number" )
find_package(Git)
Expand Down

6 comments on commit 74d6c78

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lgentile) - x86_64-MacOS-10.9-clang: OK (968 of 968 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lgentile) - i386-Windows-7-VisualStudio-12: OK (968 of 968 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lgentile) - x86_64-MacOS-10.9-clang-Debug: OK (963 of 968 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lgentile) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (968 of 968 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lgentile) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (lgentile) - Win64-Windows-7-VisualStudio-12: OK (968 of 968 tests passed)

Build Badge Test Badge

Please sign in to comment.