diff options
author | Colin Snover | 2017-11-21 15:26:31 -0600 |
---|---|---|
committer | Colin Snover | 2017-11-21 15:26:52 -0600 |
commit | c13defd661adfe0ba64afc902ee1c10fb23263ba (patch) | |
tree | 603b0d9e6bac8cae02f8945ab12f78a311259c5a /base | |
parent | 0c222d95d6a692afc1bb68db2e7eb1693929a2e5 (diff) | |
download | scummvm-rg350-c13defd661adfe0ba64afc902ee1c10fb23263ba.tar.gz scummvm-rg350-c13defd661adfe0ba64afc902ee1c10fb23263ba.tar.bz2 scummvm-rg350-c13defd661adfe0ba64afc902ee1c10fb23263ba.zip |
RELEASE: 1.10 will henceforth be known as 2.0
General consensus on the ML was that people wanted to do this.
http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html
Diffstat (limited to 'base')
-rw-r--r-- | base/internal_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/internal_version.h b/base/internal_version.h index c46922da57..63b63e5484 100644 --- a/base/internal_version.h +++ b/base/internal_version.h @@ -16,4 +16,4 @@ #define SCUMMVM_REVISION #endif -#define SCUMMVM_VERSION "1.10.0git" SCUMMVM_REVISION +#define SCUMMVM_VERSION "2.0.0git" SCUMMVM_REVISION |