Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBrooker committed Mar 22, 2012
1 parent bf10a21 commit 1c3c5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/DuneRL-Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.0.1</string>
<key>NSMainNibFile</key>
<string>SDLMain</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Code/DuneRL.cpp
Expand Up @@ -53,7 +53,7 @@ DuneRL::DuneRL()
rootWindow->texture = sprite;
rootWindow->borderStyle = Border_Double;
rootWindow->getCentreLabel()->setString("DuneRL");
rootWindow->getRightLabel()->setString("v1.0");
rootWindow->getRightLabel()->setString("v1.0.1");

character = new Window(Rect(16,24,140+32,65+12));
character->borderStyle = Border_Single;
Expand Down

0 comments on commit 1c3c5bc

Please sign in to comment.