tomboy r2420 - in trunk: . Setup Tomboy osx/Contents



Author: sharm
Date: Mon Mar  9 22:41:31 2009
New Revision: 2420
URL: http://svn.gnome.org/viewvc/tomboy?rev=2420&view=rev

Log:
* configure.in:
* Setup/Setup.wxs:
* Tomboy/Defines.WIN32.cs:
* osx/Contents/Info.plist: Bump version to 0.14.0.

Modified:
   trunk/ChangeLog
   trunk/Setup/Setup.wxs
   trunk/Tomboy/Defines.WIN32.cs
   trunk/configure.in
   trunk/osx/Contents/Info.plist

Modified: trunk/Setup/Setup.wxs
==============================================================================
--- trunk/Setup/Setup.wxs	(original)
+++ trunk/Setup/Setup.wxs	Mon Mar  9 22:41:31 2009
@@ -3,7 +3,7 @@
 	<Product Id="*"
 		Name="Tomboy Notes"
 		Language="1033"
-		Version="0.13.7.0"
+		Version="0.14.0.0"
 		UpgradeCode="4401CB77-D6D4-4903-B1F9-41E2F80DF785"
 		Manufacturer="Tomboy Project">
 		<Package Description="#Description"

Modified: trunk/Tomboy/Defines.WIN32.cs
==============================================================================
--- trunk/Tomboy/Defines.WIN32.cs	(original)
+++ trunk/Tomboy/Defines.WIN32.cs	Mon Mar  9 22:41:31 2009
@@ -2,11 +2,11 @@
 using System.Reflection;
 
 // TODO: Automate this
-[assembly: AssemblyInformationalVersion ("0.13.7")]
+[assembly: AssemblyInformationalVersion ("0.14.0")]
 
 namespace Tomboy {
 	public class Defines {
-		public const string VERSION = "0.13.7";
+		public const string VERSION = "0.14.0";
 		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";

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar  9 22:41:31 2009
@@ -1,4 +1,4 @@
-AC_INIT(tomboy, 0.13.7)
+AC_INIT(tomboy, 0.14.0)
 AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
 AM_INIT_AUTOMAKE([tar-pax])
 AM_MAINTAINER_MODE

Modified: trunk/osx/Contents/Info.plist
==============================================================================
--- trunk/osx/Contents/Info.plist	(original)
+++ trunk/osx/Contents/Info.plist	Mon Mar  9 22:41:31 2009
@@ -17,11 +17,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.13.7</string>
+	<string>0.14.0</string>
 	<key>CFBundleSignature</key>
 	<string>xmmd</string>
 	<key>CFBundleVersion</key>
-	<string>0.13.7</string>
+	<string>0.14.0</string>
 	<key>NSAppleScriptEnabled</key>
 	<string>NO</string>
 </dict>



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