Commits

Ville Suoranta authored c271d8ebac9
Updated version to 5.1.0
No tags

code/CMakeLists.txt

Modified
62 62 message("Couldn't detect svn. Not running svn scripts.")
63 63 endif ()
64 64
65 65
66 66 include( config )
67 67 include( ui )
68 68 include( target )
69 69 include( CASA )
70 70
71 71 set( CASA_VERSION_MAJOR 5 )
72 -set( CASA_VERSION_MINOR 0 )
72 +set( CASA_VERSION_MINOR 1 )
73 73 set( CASA_VERSION_PATCH 0 )
74 74 set( CASA_VERSION_FEATURE 0 CACHE STRING "feature version" )
75 75 set( CASA_VERSION_DESC "" )
76 76
77 77 if( CASA_VERSION_FEATURE STREQUAL "0" )
78 78 execute_process( COMMAND svn info
79 79 RESULT_VARIABLE SVNINFOSTATUS
80 80 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} )
81 81
82 82 ### hash-bound git will need another solution

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut