Skip to content

Commit

Permalink
Increased version number to 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton committed Sep 15, 2015
1 parent 519790f commit 2d9067e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif(POLICY CMP0043)

project( Ready )

set( READY_VERSION 0.7.1 ) # check matches Help/about.html
set( READY_VERSION 0.7.2 ) # check matches Help/about.html
add_definitions( -D READY_VERSION=${READY_VERSION} )

if( APPLE OR WIN32 )
Expand Down
2 changes: 1 addition & 1 deletion Help/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<tr>
<td>
<center>
<font size=+1><br><br><b>Ready, version 0.7.1</b><br> <!-- check matches CMakeLists.txt -->
<font size=+1><br><br><b>Ready, version 0.7.2</b><br> <!-- check matches CMakeLists.txt -->
</font>
<font size=-1>
<br>Copyright 2011-2015 The Ready Bunch:<br>
Expand Down

0 comments on commit 2d9067e

Please sign in to comment.