We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213871f commit 1c7f93aCopy full SHA for 1c7f93a
2 files changed
CMakeLists.txt
@@ -26,7 +26,7 @@ endif(POLICY CMP0043)
26
27
project( Ready )
28
29
-set( READY_VERSION 0.7 ) # check matches Help/about.html
+set( READY_VERSION 0.7.1 ) # check matches Help/about.html
30
add_definitions( -D READY_VERSION=${READY_VERSION} )
31
32
if( APPLE OR WIN32 )
Help/about.html
@@ -4,7 +4,7 @@
4
<tr>
5
<td>
6
<center>
7
-<font size=+1><br><br><b>Ready, version 0.7</b><br> <!-- check matches CMakeLists.txt -->
+<font size=+1><br><br><b>Ready, version 0.7.1</b><br> <!-- check matches CMakeLists.txt -->
8
</font>
9
<font size=-1>
10
<br>Copyright 2011-2015 The Ready Bunch:<br>
0 commit comments