[tomboy] Bump version to 1.10.0



commit ff9f3a6b9725f97aa970934ddb4f9207fbdaa755
Author: Aaron Borden <adborden live com>
Date:   Mon Mar 26 10:22:37 2012 -0700

    Bump version to 1.10.0

 Tomboy/Defines.WIN32.cs |    2 +-
 configure.in            |    2 +-
 osx/Contents/Info.plist |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Tomboy/Defines.WIN32.cs b/Tomboy/Defines.WIN32.cs
index d3f1177..900e3ea 100644
--- a/Tomboy/Defines.WIN32.cs
+++ b/Tomboy/Defines.WIN32.cs
@@ -2,7 +2,7 @@ using System;
 using System.Reflection;
 
 // TODO: Automate this
-[assembly: AssemblyVersion ("1.9.10")]
+[assembly: AssemblyVersion ("1.10.0")]
 [assembly: AssemblyProduct("Tomboy")]
 [assembly: AssemblyTitle("Tomboy Notes")]
 
diff --git a/configure.in b/configure.in
index 55ea69d..834c828 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(tomboy, 1.9.10)
+AC_INIT(tomboy, 1.10.0)
 AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
 AM_INIT_AUTOMAKE([foreign tar-ustar])
 AM_MAINTAINER_MODE
diff --git a/osx/Contents/Info.plist b/osx/Contents/Info.plist
index 51503d5..12ea1c1 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.9.10</string>
+	<string>1.10.0</string>
 	<key>CFBundleSignature</key>
 	<string>xmmd</string>
 	<key>CFBundleVersion</key>
-	<string>1.9.10</string>
+	<string>1.10.0</string>
 	<key>NSAppleScriptEnabled</key>
 	<string>NO</string>
 </dict>



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