Preparations for RC4

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2164 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-20 08:04:01 +00:00
parent 1abbf03dba
commit 0a7251faa2
9 changed files with 9 additions and 9 deletions

View file

@ -47,4 +47,4 @@ using System.Runtime.InteropServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]

View file

@ -1,5 +1,5 @@
#define ExeName "Greenshot"
#define Version "1.0.3.$WCREV$"
#define Version "1.0.4.$WCREV$"
; Include the scripts to install .NET Framework 2.0
; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx

View file

@ -51,4 +51,4 @@ using Greenshot.Plugin;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]

View file

@ -50,4 +50,4 @@ using Greenshot.Plugin;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]

View file

@ -51,4 +51,4 @@ using Greenshot.Plugin;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]

View file

@ -51,4 +51,4 @@ using Greenshot.Plugin;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]

View file

@ -51,4 +51,4 @@ using Greenshot.Plugin;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]

View file

@ -51,4 +51,4 @@ using Greenshot.Plugin;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]

View file

@ -48,4 +48,4 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.3.$WCREV$")]
[assembly: AssemblyVersion("1.0.4.$WCREV$")]