[tomboy/gnome-2-30] Bump version to 1.2.2
- From: Sanford Armstrong <sharm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy/gnome-2-30] Bump version to 1.2.2
- Date: Mon, 26 Apr 2010 20:35:35 +0000 (UTC)
commit c599998de1ca4c21d02e645d9c44364d991d1e0d
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Mon Apr 26 13:35:26 2010 -0700
Bump version to 1.2.2
Setup/Setup.wxs | 2 +-
Tomboy/Defines.WIN32.cs | 4 ++--
configure.in | 2 +-
osx/Contents/Info.plist | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Setup/Setup.wxs b/Setup/Setup.wxs
index 6c38217..74f100f 100644
--- a/Setup/Setup.wxs
+++ b/Setup/Setup.wxs
@@ -3,7 +3,7 @@
<Product Id="*"
Name="Tomboy Notes"
Language="1033"
- Version="1.2.1.0"
+ Version="1.2.2.0"
UpgradeCode="4401CB77-D6D4-4903-B1F9-41E2F80DF785"
Manufacturer="Tomboy Project">
<Package Description="Tomboy Notes"
diff --git a/Tomboy/Defines.WIN32.cs b/Tomboy/Defines.WIN32.cs
index 3a4097c..bcf4e78 100644
--- a/Tomboy/Defines.WIN32.cs
+++ b/Tomboy/Defines.WIN32.cs
@@ -2,13 +2,13 @@
using System.Reflection;
// TODO: Automate this
-[assembly: AssemblyInformationalVersion ("1.2.1")]
+[assembly: AssemblyInformationalVersion ("1.2.2")]
[assembly: AssemblyProduct("Tomboy")]
[assembly: AssemblyTitle("Tomboy Notes")]
namespace Tomboy {
public class Defines {
- public const string VERSION = "1.2.1";
+ public const string VERSION = "1.2.2";
public static readonly string DATADIR = System.IO.Path.GetDirectoryName (Assembly.GetExecutingAssembly ().Location);
public static readonly string GNOME_LOCALE_DIR = System.IO.Path.Combine (DATADIR, "locale");
public const string GNOME_HELP_DIR = "@datadir@/gnome/help/tomboy";
diff --git a/configure.in b/configure.in
index a8d13be..4bbde79 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(tomboy, 1.2.1)
+AC_INIT(tomboy, 1.2.2)
AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
AM_INIT_AUTOMAKE([foreign tar-pax])
AM_MAINTAINER_MODE
diff --git a/osx/Contents/Info.plist b/osx/Contents/Info.plist
index dc1bd19..ff2c173 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>1.2.1</string>
+ <string>1.2.2</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
- <string>1.2.1</string>
+ <string>1.2.2</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
</dict>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]