Skip to content

Commit

Permalink
Updating version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axelstudios committed Mar 27, 2015
1 parent c5bad04 commit fa54c93
Show file tree
Hide file tree
Showing 7 changed files with 22,327 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(OpenStudio)

set(CMAKE_VERSION_MAJOR 1)
set(CMAKE_VERSION_MINOR 7)
set(CMAKE_VERSION_PATCH 0)
set(CMAKE_VERSION_PATCH 1)

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 @@ -344,6 +344,9 @@ set(osversion_resources_src
osversion/1_6_3/OpenStudio.idd
osversion/1_6_3/example.osm
osversion/1_6_3/example.osc
osversion/1_7_0/OpenStudio.idd
osversion/1_7_0/example.osm
osversion/1_7_0/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.7.0
!IDD_Version 1.7.1
! *****************************************************************************
! This file is the Input Data Dictionary (IDD) for OpenStudio Model.
!
Expand Down
Loading

5 comments on commit fa54c93

@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 (axelstudios) - x86_64-MacOS-10.9-clang: Tests Failed

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 (axelstudios) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2103 of 2196 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 (axelstudios) - 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.

DesignDaysGridView (axelstudios) - i386-Windows-7-VisualStudio-12: OK (2175 of 2196 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.

DesignDaysGridView (axelstudios) - Win64-Windows-7-VisualStudio-12: OK (2177 of 2196 tests passed)

Build Badge Test Badge

Please sign in to comment.