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



Author: sharm
Date: Mon Mar 16 17:49:14 2009
New Revision: 2448
URL: http://svn.gnome.org/viewvc/tomboy?rev=2448&view=rev

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

* NEWS: Update for 0.14.0.

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar 16 17:49:14 2009
@@ -11,6 +11,8 @@
 
 Version 0.14.0
 * Fix buggy behavior with Tomboy icon menus in Windows (#556406, #566173).
+* Translation updates: as, bg, da, de, el, et, eu, fi, gu, hi, ja, ml, mr, nb,
+                       or, pt, ro, ru, ta, te
 
 Version 0.13.6
 * Fixes to linking (#436994,#573317,#525753, Stefan Schweizer & Benjamin Podszun)

Modified: trunk/Setup/Setup.wxs
==============================================================================
--- trunk/Setup/Setup.wxs	(original)
+++ trunk/Setup/Setup.wxs	Mon Mar 16 17:49:14 2009
@@ -3,7 +3,7 @@
 	<Product Id="*"
 		Name="Tomboy Notes"
 		Language="1033"
-		Version="0.14.0.0"
+		Version="0.15.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 16 17:49:14 2009
@@ -2,11 +2,11 @@
 using System.Reflection;
 
 // TODO: Automate this
-[assembly: AssemblyInformationalVersion ("0.14.0")]
+[assembly: AssemblyInformationalVersion ("0.15.0")]
 
 namespace Tomboy {
 	public class Defines {
-		public const string VERSION = "0.14.0";
+		public const string VERSION = "0.15.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 16 17:49:14 2009
@@ -1,4 +1,4 @@
-AC_INIT(tomboy, 0.14.0)
+AC_INIT(tomboy, 0.15.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 16 17:49:14 2009
@@ -17,11 +17,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.14.0</string>
+	<string>0.15.0</string>
 	<key>CFBundleSignature</key>
 	<string>xmmd</string>
 	<key>CFBundleVersion</key>
-	<string>0.14.0</string>
+	<string>0.15.0</string>
 	<key>NSAppleScriptEnabled</key>
 	<string>NO</string>
 </dict>



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