tasque r190 - in trunk: . osx/Contents src
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r190 - in trunk: . osx/Contents src
- Date: Wed, 24 Dec 2008 19:20:23 +0000 (UTC)
Author: sharm
Date: Wed Dec 24 19:20:22 2008
New Revision: 190
URL: http://svn.gnome.org/viewvc/tasque?rev=190&view=rev
Log:
* tasque/configure.ac:
* tasque/src/Defines.WIN32.cs:
* tasque/osx/Contents/Info.plist: Bump version to 0.1.9.
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/osx/Contents/Info.plist
trunk/src/Defines.WIN32.cs
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Dec 24 19:20:22 2008
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
-AC_INIT([tasque], [0.1.8])
+AC_INIT([tasque], [0.1.9])
AM_INIT_AUTOMAKE([foreign tar-ustar])
AM_MAINTAINER_MODE
Modified: trunk/osx/Contents/Info.plist
==============================================================================
--- trunk/osx/Contents/Info.plist (original)
+++ trunk/osx/Contents/Info.plist Wed Dec 24 19:20:22 2008
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.1.8</string>
+ <string>0.1.9</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
- <string>0.1.8</string>
+ <string>0.1.9</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
</dict>
Modified: trunk/src/Defines.WIN32.cs
==============================================================================
--- trunk/src/Defines.WIN32.cs (original)
+++ trunk/src/Defines.WIN32.cs Wed Dec 24 19:20:22 2008
@@ -32,7 +32,7 @@
{
public class Defines
{
- public const string Version = "0.1.8";
+ public const string Version = "0.1.9";
public const string DataDir = "@datadir@";
public const string LocaleDir = "@datadir@/locale";
public const string SoundDir = "@datadir@/tasque/sounds";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]