Version 95.0 (build 345)

This commit is contained in:
jacob1 2020-02-26 22:02:25 -05:00
parent 36c980ba6f
commit 9e53612a5b
2 changed files with 8 additions and 6 deletions

View File

@ -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 | |

View File

@ -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