[tasque] Bump version to 0.1.11



commit b11621c87fd79b41c6de0ad1c5e0d557a10526b5
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Aug 29 22:16:13 2012 +0200

    Bump version to 0.1.11

 configure.ac            |    2 +-
 osx/Contents/Info.plist |    4 ++--
 src/Defines.WIN32.cs    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3f3e47f..c895651 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([tasque], [0.1.10])
+AC_INIT([tasque], [0.1.11])
 AM_INIT_AUTOMAKE([foreign tar-ustar])
 AM_MAINTAINER_MODE
 
diff --git a/osx/Contents/Info.plist b/osx/Contents/Info.plist
index d5563f0..9d55626 100644
--- a/osx/Contents/Info.plist
+++ b/osx/Contents/Info.plist
@@ -17,11 +17,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.1.10</string>
+	<string>0.1.11</string>
 	<key>CFBundleSignature</key>
 	<string>xmmd</string>
 	<key>CFBundleVersion</key>
-	<string>0.1.10</string>
+	<string>0.1.11</string>
 	<key>NSAppleScriptEnabled</key>
 	<string>NO</string>
 </dict>
diff --git a/src/Defines.WIN32.cs b/src/Defines.WIN32.cs
index 9d1f876..85c7ce2 100644
--- a/src/Defines.WIN32.cs
+++ b/src/Defines.WIN32.cs
@@ -32,7 +32,7 @@ namespace Tasque
 {
 	public class Defines
 	{
-		public const string Version		= "0.1.10";
+		public const string Version		= "0.1.11";
 		public const string DataDir		= "@datadir@";
 		public const string LocaleDir	= "@datadir@/locale";
 		public const string SoundDir		= "@datadir@/tasque/sounds";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]