Skip to content

Commit

Permalink
Chnaged version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton committed Apr 7, 2020
1 parent b8b34bc commit bf34ddd
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 @@ -28,7 +28,7 @@ endif()

project( Ready )

set( READY_VERSION 0.10 ) # check matches Help/about.html
set( READY_VERSION 0.10.1 ) # 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.10</b><br> <!-- check matches CMakeLists.txt -->
<font size=+1><br><br><b>Ready, version 0.10.1</b><br> <!-- check matches CMakeLists.txt -->
</font>
<font size=-1>
<br>Copyright 2011-2020 The Ready Bunch:<br>
Expand Down

0 comments on commit bf34ddd

Please sign in to comment.