mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Preparations for the Release Candidate 1.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1980 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
47a36c95ea
commit
6f8489fe38
2 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
|
||||||
|
|
||||||
CHANGE LOG:
|
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:
|
Features added:
|
||||||
* Greenshot will now run in 64 bit mode, if the OS supports it.
|
* Greenshot will now run in 64 bit mode, if the OS supports it.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#define ExeName "Greenshot"
|
#define ExeName "Greenshot"
|
||||||
#define Version "1.0.0.$WCREV$"
|
#define Version "1.0.1.$WCREV$"
|
||||||
|
|
||||||
; Include the scripts to install .NET Framework 2.0
|
; Include the scripts to install .NET Framework 2.0
|
||||||
; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx
|
; 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
|
LicenseFile=..\additional_files\license.txt
|
||||||
LanguageDetectionMethod=uilanguage
|
LanguageDetectionMethod=uilanguage
|
||||||
MinVersion=,5.01.2600
|
MinVersion=,5.01.2600
|
||||||
OutputBaseFilename={#ExeName}-INSTALLER-UNSTABLE-{#Version}
|
OutputBaseFilename={#ExeName}-RC1-INSTALLER-{#Version}
|
||||||
OutputDir=..\
|
OutputDir=..\
|
||||||
PrivilegesRequired=none
|
PrivilegesRequired=none
|
||||||
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue