tomboy r2471 - in branches/gnome-2-26: . Setup Tomboy osx/Contents



Author: sharm
Date: Tue Apr 14 00:14:32 2009
New Revision: 2471
URL: http://svn.gnome.org/viewvc/tomboy?rev=2471&view=rev

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

Modified:
   branches/gnome-2-26/ChangeLog
   branches/gnome-2-26/Setup/Setup.wxs
   branches/gnome-2-26/Tomboy/Defines.WIN32.cs
   branches/gnome-2-26/configure.in
   branches/gnome-2-26/osx/Contents/Info.plist

Modified: branches/gnome-2-26/Setup/Setup.wxs
==============================================================================
--- branches/gnome-2-26/Setup/Setup.wxs	(original)
+++ branches/gnome-2-26/Setup/Setup.wxs	Tue Apr 14 00:14:32 2009
@@ -3,7 +3,7 @@
 	<Product Id="*"
 		Name="Tomboy Notes"
 		Language="1033"
-		Version="0.14.1.0"
+		Version="0.14.2.0"
 		UpgradeCode="4401CB77-D6D4-4903-B1F9-41E2F80DF785"
 		Manufacturer="Tomboy Project">
 		<Package Description="#Description"

Modified: branches/gnome-2-26/Tomboy/Defines.WIN32.cs
==============================================================================
--- branches/gnome-2-26/Tomboy/Defines.WIN32.cs	(original)
+++ branches/gnome-2-26/Tomboy/Defines.WIN32.cs	Tue Apr 14 00:14:32 2009
@@ -2,11 +2,11 @@
 using System.Reflection;
 
 // TODO: Automate this
-[assembly: AssemblyInformationalVersion ("0.14.1")]
+[assembly: AssemblyInformationalVersion ("0.14.2")]
 
 namespace Tomboy {
 	public class Defines {
-		public const string VERSION = "0.14.1";
+		public const string VERSION = "0.14.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";

Modified: branches/gnome-2-26/configure.in
==============================================================================
--- branches/gnome-2-26/configure.in	(original)
+++ branches/gnome-2-26/configure.in	Tue Apr 14 00:14:32 2009
@@ -1,4 +1,4 @@
-AC_INIT(tomboy, 0.14.1)
+AC_INIT(tomboy, 0.14.2)
 AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
 AM_INIT_AUTOMAKE([tar-pax])
 AM_MAINTAINER_MODE

Modified: branches/gnome-2-26/osx/Contents/Info.plist
==============================================================================
--- branches/gnome-2-26/osx/Contents/Info.plist	(original)
+++ branches/gnome-2-26/osx/Contents/Info.plist	Tue Apr 14 00:14:32 2009
@@ -17,11 +17,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.14.1</string>
+	<string>0.14.2</string>
 	<key>CFBundleSignature</key>
 	<string>xmmd</string>
 	<key>CFBundleVersion</key>
-	<string>0.14.1</string>
+	<string>0.14.2</string>
 	<key>NSAppleScriptEnabled</key>
 	<string>NO</string>
 </dict>



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