ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #00849
[Branch ~indicator-applet-developers/indicator-applet/indicate-python] Rev 34: 0.3.0
------------------------------------------------------------
revno: 34
tags: 0.3.0
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-02-05 16:30:11 -0800
message:
0.3.0
modified:
configure.ac
--
lp:indicator-applet/python0.2
https://code.launchpad.net/~indicator-applet-developers/indicator-applet/indicate-python
Your team ayatana-commits is subscribed to branch lp:indicator-applet/python0.2.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-applet/indicate-python/+edit-subscription.
=== modified file 'configure.ac'
--- configure.ac 2010-02-05 22:27:56 +0000
+++ configure.ac 2010-02-06 00:30:11 +0000
@@ -1,16 +1,16 @@
-AC_INIT(indicate-python, 0.2.0, eitan@xxxxxxxxxxxx)
+AC_INIT(indicate-python, 0.3.0, eitan@xxxxxxxxxxxx)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2009 Canonical])
PACKAGE=indicate-python
-VERSION=0.2.0
+VERSION=0.3.0
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
AM_CONFIG_HEADER(config.h)
PYGTK_REQUIRED=2.14.0
-LIBINDICATE_REQUIRED=0.3.0
+LIBINDICATE_REQUIRED=0.3.1
PYGOBJECT_REQUIRED=0.22
AM_MAINTAINER_MODE