tomboy r2284 - in trunk: . Setup Tomboy osx/Contents
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2284 - in trunk: . Setup Tomboy osx/Contents
- Date: Mon, 19 Jan 2009 23:41:48 +0000 (UTC)
Author: sharm
Date: Mon Jan 19 23:41:48 2009
New Revision: 2284
URL: http://svn.gnome.org/viewvc/tomboy?rev=2284&view=rev
Log:
* tomboy/configure.in:
* tomboy/Setup/Setup.wxs:
* tomboy/Tomboy/Defines.WIN32.cs:
* tomboy/osx/Contents/Info.plist: Bump version to 0.13.4.
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 Jan 19 23:41:48 2009
@@ -3,7 +3,7 @@
<Product Id="*"
Name="Tomboy Notes"
Language="1033"
- Version="0.13.3.0"
+ Version="0.13.4.0"
UpgradeCode="4401CB77-D6D4-4903-B1F9-41E2F80DF785"
Manufacturer="Alex Graveley et al">
<Package Description="#Description"
Modified: trunk/Tomboy/Defines.WIN32.cs
==============================================================================
--- trunk/Tomboy/Defines.WIN32.cs (original)
+++ trunk/Tomboy/Defines.WIN32.cs Mon Jan 19 23:41:48 2009
@@ -2,11 +2,11 @@
using System.Reflection;
// TODO: Automate this
-[assembly: AssemblyInformationalVersion ("0.13.3")]
+[assembly: AssemblyInformationalVersion ("0.13.4")]
namespace Tomboy {
public class Defines {
- public const string VERSION = "0.13.3";
+ public const string VERSION = "0.13.4";
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 Jan 19 23:41:48 2009
@@ -1,4 +1,4 @@
-AC_INIT(tomboy, 0.13.3)
+AC_INIT(tomboy, 0.13.4)
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 Jan 19 23:41:48 2009
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.13.3</string>
+ <string>0.13.4</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
- <string>0.13.3</string>
+ <string>0.13.4</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
</dict>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]