Skip to content

Commit

Permalink
Updating version to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweaver committed May 17, 2016
1 parent 1ce7ebc commit 3bdae23
Show file tree
Hide file tree
Showing 7 changed files with 29,046 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(OpenStudio)

set(CMAKE_VERSION_MAJOR 1)
set(CMAKE_VERSION_MINOR 11)
set(CMAKE_VERSION_PATCH 2)
set(CMAKE_VERSION_PATCH 3)

set(CMAKE_VERSION_BUILD "Unknown" CACHE STRING "Build number")
find_package(Git)
Expand Down
3 changes: 3 additions & 0 deletions openstudiocore/resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ set(osversion_resources_src
osversion/1_11_1/OpenStudio.idd
osversion/1_11_1/example.osm
osversion/1_11_1/example.osc
osversion/1_11_2/OpenStudio.idd
osversion/1_11_2/example.osm
osversion/1_11_2/example.osc
osversion/unknown.osc
)

Expand Down
2 changes: 1 addition & 1 deletion openstudiocore/resources/model/OpenStudio.idd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!IDD_Version 1.11.2
!IDD_Version 1.11.3
! *****************************************************************************
! This file is the Input Data Dictionary (IDD) for OpenStudio Model.
!
Expand Down
Loading

6 comments on commit 3bdae23

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

develop (evanweaver) - x86_64-MacOS-10.10-clang: OK (2380 of 2419 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2355 of 2419 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

iteration (evanweaver) - x86_64-MacOS-10.10-clang: OK (2364 of 2419 tests passed, 0 test warnings)

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.

iteration (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2398 of 2419 tests passed, 0 test warnings)

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.

iteration (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2405 of 2419 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.