Skip to content

Commit

Permalink
Prepare for v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmewett committed Aug 6, 2021
1 parent f5c55e7 commit eb3df24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.10.1
======

-
Fixed an out-of-sync error when loading a game with a 64-bit seed.
-
(For distributors) Added an experimental `--data-dir` option for specifying
the location of game resources.


1.10
====

Expand Down
4 changes: 2 additions & 2 deletions macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.10.0</string>
<string>1.10.1</string>
<key>CFBundleShortVersionString</key>
<string>1.10.0</string>
<string>1.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
2 changes: 1 addition & 1 deletion src/brogue/Rogue.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// Brogue version number
#define BROGUE_MAJOR 1
#define BROGUE_MINOR 10
#define BROGUE_PATCH 0
#define BROGUE_PATCH 1

// Expanding a macro as a string constant requires two levels of macros
#define _str(x) #x
Expand Down

0 comments on commit eb3df24

Please sign in to comment.