From bd8efca35b3f25ebc551b3fd86b1975f503ff4ef Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 13 Nov 2012 09:03:23 +0000 Subject: [PATCH] Fixed version number git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2277 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotBoxPlugin/Properties/AssemblyInfo.cs.template | 2 +- GreenshotDropboxPlugin/Properties/AssemblyInfo.cs.template | 2 +- GreenshotFlickrPlugin/Properties/AssemblyInfo.cs.template | 2 +- GreenshotPicasaPlugin/Properties/AssemblyInfo.cs.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GreenshotBoxPlugin/Properties/AssemblyInfo.cs.template b/GreenshotBoxPlugin/Properties/AssemblyInfo.cs.template index 0a06c7481..7e3cb3fd4 100644 --- a/GreenshotBoxPlugin/Properties/AssemblyInfo.cs.template +++ b/GreenshotBoxPlugin/Properties/AssemblyInfo.cs.template @@ -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.7.$WCREV$")] +[assembly: AssemblyVersion("1.1.0.$WCREV$")] diff --git a/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs.template b/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs.template index d0b270124..22571795c 100644 --- a/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs.template +++ b/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs.template @@ -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.7.$WCREV$")] +[assembly: AssemblyVersion("1.1.0.$WCREV$")] diff --git a/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs.template b/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs.template index d4ecb08b6..1102c5ccb 100644 --- a/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs.template +++ b/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs.template @@ -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.7.$WCREV$")] +[assembly: AssemblyVersion("1.1.0.$WCREV$")] diff --git a/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs.template b/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs.template index 52365f3ff..75554b011 100644 --- a/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs.template +++ b/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs.template @@ -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.7.$WCREV$")] +[assembly: AssemblyVersion("1.1.0.$WCREV$")]