diff --git a/.ci/gta5view.nsi b/.ci/gta5view.nsi index 0d94825..d305d45 100644 --- a/.ci/gta5view.nsi +++ b/.ci/gta5view.nsi @@ -3,7 +3,7 @@ !define APP_NAME "gta5view" !define COMP_NAME "Syping" !define WEB_SITE "https://gta5view.syping.de/" -!define VERSION "1.6.0.0" +!define VERSION "1.7.0.0" !define COPYRIGHT "Copyright © 2016-2018 Syping" !define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor" !define INSTALLER_NAME "gta5view_setup.exe" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39f3fd8..2143545 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build variables: - BUILD_TYPE: "REL" + BUILD_TYPE: "DEV" Windows Installer: stage: build diff --git a/.travis.yml b/.travis.yml index fc0e8a9..5ddfbe8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ service: env: global: - - BUILD_TYPE=REL + - BUILD_TYPE=DEV matrix: include: diff --git a/config.h b/config.h index ca74c4b..3fdfc9a 100644 --- a/config.h +++ b/config.h @@ -44,7 +44,7 @@ #endif #ifndef GTA5SYNC_APPVER -#define GTA5SYNC_APPVER "1.6.0" +#define GTA5SYNC_APPVER "1.7.0" #endif #if __cplusplus diff --git a/res/app.rc b/res/app.rc index 6169798..bb94d68 100644 --- a/res/app.rc +++ b/res/app.rc @@ -7,8 +7,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest" #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 6, 0, 0 -PRODUCTVERSION 1, 6, 0, 0 +FILEVERSION 1, 7, 0, 0 +PRODUCTVERSION 1, 7, 0, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -25,12 +25,12 @@ BEGIN BEGIN VALUE "CompanyName", "Syping" VALUE "FileDescription", "gta5view" - VALUE "FileVersion", "1.6.0" + VALUE "FileVersion", "1.7.0" VALUE "InternalName", "gta5view" VALUE "LegalCopyright", "Copyright © 2016-2018 Syping" VALUE "OriginalFilename", "gta5view.exe" VALUE "ProductName", "gta5view" - VALUE "ProductVersion", "1.6.0" + VALUE "ProductVersion", "1.7.0" END END END