Version 95.0 (build 345)
This commit is contained in:
parent
36c980ba6f
commit
9e53612a5b
@ -1,4 +1,4 @@
|
||||
The Powder Toy - February 2019
|
||||
The Powder Toy - February 2020
|
||||
==========================
|
||||
|
||||
Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).
|
||||
@ -107,3 +107,5 @@ Command Line
|
||||
| `open FILE` | Opens the file as a stamp or game save | |
|
||||
| `ddir DIRECTORY` | Directory used for saving stamps and preferences | |
|
||||
| `ptsave:SAVEID` | Open online save, used by ptsave: URLs | `ptsave:2198` |
|
||||
| `disable-network` | Disables internet connections | |
|
||||
| `redirect` | Redirects output to stdout.txt / stderr.txt | |
|
||||
|
10
src/Config.h
10
src/Config.h
@ -12,15 +12,15 @@
|
||||
|
||||
//VersionInfoStart
|
||||
#ifndef SAVE_VERSION
|
||||
#define SAVE_VERSION 94
|
||||
#define SAVE_VERSION 95
|
||||
#endif
|
||||
|
||||
#ifndef MINOR_VERSION
|
||||
#define MINOR_VERSION 1
|
||||
#define MINOR_VERSION 0
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_NUM
|
||||
#define BUILD_NUM 343
|
||||
#define BUILD_NUM 345
|
||||
#endif
|
||||
|
||||
#ifndef SNAPSHOT_ID
|
||||
@ -35,8 +35,8 @@
|
||||
#endif
|
||||
|
||||
#if defined(SNAPSHOT) || defined(DEBUG)
|
||||
#define FUTURE_SAVE_VERSION 94
|
||||
#define FUTURE_MINOR_VERSION 1
|
||||
#define FUTURE_SAVE_VERSION 95
|
||||
#define FUTURE_MINOR_VERSION 0
|
||||
#endif
|
||||
//VersionInfoEnd
|
||||
|
||||
|
Reference in New Issue
Block a user