diff --git a/Greenshot/releases/additional_files/readme.txt b/Greenshot/releases/additional_files/readme.txt index c0d62bf69..ea98222ed 100644 --- a/Greenshot/releases/additional_files/readme.txt +++ b/Greenshot/releases/additional_files/readme.txt @@ -3,9 +3,9 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a CHANGE LOG: -1.0.0 build 1978 (Unstable, meaning we are in testing fase and haven't released yet) +1.0.1 build 1980 Release Candidate 1 -We changed the version to 1.0.0, after 5 year the version should no longer have a "beta" feeling! +We changed the version to 1.0 after 5 year the version should no longer have a "beta" feeling! Features added: * Greenshot will now run in 64 bit mode, if the OS supports it. diff --git a/Greenshot/releases/innosetup/setup.iss b/Greenshot/releases/innosetup/setup.iss index 62b5ed72a..5112fa8de 100644 --- a/Greenshot/releases/innosetup/setup.iss +++ b/Greenshot/releases/innosetup/setup.iss @@ -1,5 +1,5 @@ #define ExeName "Greenshot" -#define Version "1.0.0.$WCREV$" +#define Version "1.0.1.$WCREV$" ; Include the scripts to install .NET Framework 2.0 ; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx @@ -107,7 +107,7 @@ InfoBeforeFile=..\additional_files\readme.txt LicenseFile=..\additional_files\license.txt LanguageDetectionMethod=uilanguage MinVersion=,5.01.2600 -OutputBaseFilename={#ExeName}-INSTALLER-UNSTABLE-{#Version} +OutputBaseFilename={#ExeName}-RC1-INSTALLER-{#Version} OutputDir=..\ PrivilegesRequired=none SetupIconFile=..\..\icons\applicationIcon\icon.ico