diff --git a/.ci/gta5view.nsi b/.ci/gta5view.nsi index 2b586d7..2049d43 100644 --- a/.ci/gta5view.nsi +++ b/.ci/gta5view.nsi @@ -3,8 +3,8 @@ !define APP_NAME "gta5view" !define COMP_NAME "Syping" !define WEB_SITE "https://gta5view.syping.de/" -!define VERSION "1.9.1.0" -!define COPYRIGHT "Copyright © 2016-2020 Syping" +!define VERSION "1.10.0.0" +!define COPYRIGHT "Copyright © 2016-2021 Syping" !define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor" !define INSTALLER_NAME "gta5view_setup.exe" !define MAIN_APP_EXE "gta5view.exe" diff --git a/.drone.yml b/.drone.yml index 845b163..c35bafa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline type: docker environment: - BUILD_TYPE: "REL" + BUILD_TYPE: "DEV" steps: - name: Windows Installer diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1ed727..52b2a85 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 358167f..1ee3d2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ services: env: global: - - BUILD_TYPE=REL + - BUILD_TYPE=DEV matrix: include: diff --git a/config.h b/config.h index 98a7897..d6518ce 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /***************************************************************************** * gta5view Grand Theft Auto V Profile Viewer -* Copyright (C) 2016-2020 Syping +* Copyright (C) 2016-2021 Syping * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,11 +40,11 @@ #endif #ifndef GTA5SYNC_COPYRIGHT -#define GTA5SYNC_COPYRIGHT "2016-2020" +#define GTA5SYNC_COPYRIGHT "2016-2021" #endif #ifndef GTA5SYNC_APPVER -#define GTA5SYNC_APPVER "1.9.1" +#define GTA5SYNC_APPVER "1.10.0" #endif #if __cplusplus diff --git a/gta5view.pro b/gta5view.pro index daa7ec4..27c8e84 100644 --- a/gta5view.pro +++ b/gta5view.pro @@ -1,6 +1,6 @@ #/***************************************************************************** #* gta5view Grand Theft Auto V Profile Viewer -#* Copyright (C) 2015-2020 Syping +#* Copyright (C) 2015-2021 Syping #* #* This program is free software: you can redistribute it and/or modify #* it under the terms of the GNU General Public License as published by diff --git a/res/app.rc b/res/app.rc index 849660a..9bcafcb 100644 --- a/res/app.rc +++ b/res/app.rc @@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "5sync.ico" CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest" #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 9, 1, 0 -PRODUCTVERSION 1, 9, 1, 0 +FILEVERSION 1, 10, 0, 0 +PRODUCTVERSION 1, 10, 0, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -22,12 +22,12 @@ BEGIN BEGIN VALUE "CompanyName", "Syping" VALUE "FileDescription", "gta5view" - VALUE "FileVersion", "1.9.1" + VALUE "FileVersion", "1.10.0" VALUE "InternalName", "gta5view" - VALUE "LegalCopyright", "Copyright © 2016-2020 Syping" + VALUE "LegalCopyright", "Copyright © 2016-2021 Syping" VALUE "OriginalFilename", "gta5view.exe" VALUE "ProductName", "gta5view" - VALUE "ProductVersion", "1.9.1" + VALUE "ProductVersion", "1.10.0" END END END diff --git a/res/src/mainui.png b/res/src/mainui.png index c092488..211e3cc 100644 Binary files a/res/src/mainui.png and b/res/src/mainui.png differ diff --git a/res/src/picture.png b/res/src/picture.png index 118cf90..94d46a5 100644 Binary files a/res/src/picture.png and b/res/src/picture.png differ diff --git a/res/src/prop.png b/res/src/prop.png index e45c390..7acd21c 100644 Binary files a/res/src/prop.png and b/res/src/prop.png differ