[tasque] Bump version to 0.1.11
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque] Bump version to 0.1.11
- Date: Wed, 29 Aug 2012 21:53:45 +0000 (UTC)
commit f05bb54c9bb06aa778961962166dcb38dcd13515
Author: Antonius Riha <antoniusriha gmail com>
Date: Wed Aug 29 23:52:12 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 39b6077..07e6c9d 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]