Skip to content

Commit

Permalink
Make iteration build identify as 8.1.1-BUILDNUMBER
Browse files Browse the repository at this point in the history
Need to be at 8.2.0 at fall release, so increment on 8.1 series until
then.  Next iteration will be 8.1.2, 8.1.3, etc.
  • Loading branch information
kbenne committed Jul 18, 2014
1 parent 3ea5ad3 commit 70ca7d8
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 1 )

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

6 comments on commit 70ca7d8

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

75296650-VERSIONID (kbenne) - 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.

75296650-VERSIONID (kbenne) - 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.

75296650-VERSIONID (kbenne) - 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.

75296650-VERSIONID (kbenne) - 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.

75296650-VERSIONID (kbenne) - 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.

75296650-VERSIONID (kbenne) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed)

Build Badge Test Badge

Please sign in to comment.