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