diff --git a/README.md b/README.md index 6340b5aae..cdd0b31bb 100644 --- a/README.md +++ b/README.md @@ -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 | | diff --git a/src/Config.h b/src/Config.h index 4e97f6fdb..5b321ae81 100644 --- a/src/Config.h +++ b/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