Skip to content

Commit 1c7f93a

Browse files
committed
Increase version to 0.7.1.
1 parent 213871f commit 1c7f93a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif(POLICY CMP0043)
2626

2727
project( Ready )
2828

29-
set( READY_VERSION 0.7 ) # check matches Help/about.html
29+
set( READY_VERSION 0.7.1 ) # check matches Help/about.html
3030
add_definitions( -D READY_VERSION=${READY_VERSION} )
3131

3232
if( APPLE OR WIN32 )

Help/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<tr>
55
<td>
66
<center>
7-
<font size=+1><br><br><b>Ready, version 0.7</b><br> <!-- check matches CMakeLists.txt -->
7+
<font size=+1><br><br><b>Ready, version 0.7.1</b><br> <!-- check matches CMakeLists.txt -->
88
</font>
99
<font size=-1>
1010
<br>Copyright 2011-2015 The Ready Bunch:<br>

0 commit comments

Comments
 (0)