Skip to content

Commit

Permalink
Set ResInsight 1.3 by removing -dev from version string
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Sep 24, 2014
1 parent b046a03 commit 85934c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResInsightVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(CMAKE_MAJOR_VERSION 1)
set(CMAKE_MINOR_VERSION 3)
set(CMAKE_PATCH_VERSION 0)
set(DEV_VERSION "-dev")
# set(DEV_VERSION "-dev")

set(PRODUCTVER ${CMAKE_MAJOR_VERSION},${CMAKE_MINOR_VERSION},0,${CMAKE_PATCH_VERSION})
set(STRPRODUCTVER ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}${DEV_VERSION})
Expand Down

0 comments on commit 85934c4

Please sign in to comment.