mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
This Greenshot will be version 1.0, skipping 0.9 as we think Greenshot should no longer sound like a beta!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1732 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
cc41cade06
commit
39fa048722
2 changed files with 2 additions and 2 deletions
|
@ -47,4 +47,4 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all values by your own or you can build default build and revision
|
// You can specify all values by your own or you can build default build and revision
|
||||||
// numbers with the '*' character (the default):
|
// numbers with the '*' character (the default):
|
||||||
|
|
||||||
[assembly: AssemblyVersion("0.9.0.$WCREV$")]
|
[assembly: AssemblyVersion("1.0.0.$WCREV$")]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#define ExeName "Greenshot"
|
#define ExeName "Greenshot"
|
||||||
#define Version "0.9.0.$WCREV$"
|
#define Version "1.0.0.$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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue