diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-23 18:19:40 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-23 18:19:40 -0400 |
commit | 06c66da895b4159ad15b8ab03a02802db4dd83ac (patch) | |
tree | 87e9137f83beab5b70d6af9919246552111ebe69 | |
parent | e8ef5645b6f5b75fe4e029855b7a3ad8d3f772ea (diff) | |
parent | 01b105489c3f14261637b7aa857814df4f1be752 (diff) | |
download | ayatana-indicator-application-06c66da895b4159ad15b8ab03a02802db4dd83ac.tar.gz ayatana-indicator-application-06c66da895b4159ad15b8ab03a02802db4dd83ac.tar.bz2 ayatana-indicator-application-06c66da895b4159ad15b8ab03a02802db4dd83ac.zip |
releasing version 0.3.0-0ubuntu1
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 23 insertions, 12 deletions
@@ -1,5 +1,9 @@ # Generated by Makefile. Do not edit. +2011-03-23 Ted Gould <ted@gould.cx> + + 0.3.0 + 2011-03-16 Ted Gould <ted@gould.cx> 0.2.95 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for indicator-application 0.2.95. +# Generated by GNU Autoconf 2.67 for indicator-application 0.3.0. # # Report bugs to <ted@canonical.com>. # @@ -703,8 +703,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='indicator-application' PACKAGE_TARNAME='indicator-application' -PACKAGE_VERSION='0.2.95' -PACKAGE_STRING='indicator-application 0.2.95' +PACKAGE_VERSION='0.3.0' +PACKAGE_STRING='indicator-application 0.3.0' PACKAGE_BUGREPORT='ted@canonical.com' PACKAGE_URL='' @@ -1446,7 +1446,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures indicator-application 0.2.95 to adapt to many kinds of systems. +\`configure' configures indicator-application 0.3.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1517,7 +1517,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of indicator-application 0.2.95:";; + short | recursive ) echo "Configuration of indicator-application 0.3.0:";; esac cat <<\_ACEOF @@ -1634,7 +1634,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -indicator-application configure 0.2.95 +indicator-application configure 0.3.0 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1914,7 +1914,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by indicator-application $as_me 0.2.95, which was +It was created by indicator-application $as_me 0.3.0, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2735,7 +2735,7 @@ fi # Define the identity of the package. PACKAGE=indicator-application - VERSION=0.2.95 + VERSION=0.3.0 cat >>confdefs.h <<_ACEOF @@ -12462,7 +12462,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by indicator-application $as_me 0.2.95, which was +This file was extended by indicator-application $as_me 0.3.0, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12528,7 +12528,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -indicator-application config.status 0.2.95 +indicator-application config.status 0.3.0 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 67983a5..be35a93 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.95, ted@canonical.com) +AC_INIT(indicator-application, 0.3.0, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.2.95) +AM_INIT_AUTOMAKE(indicator-application, 0.3.0) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 076e8a0..ef4c047 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.3.0-0ubuntu1) natty; urgency=low + + * New upstream release. + * Version number bump + + -- Ted Gould <ted@ubuntu.com> Wed, 23 Mar 2011 17:04:04 -0500 + indicator-application (0.2.95-0ubuntu1) natty; urgency=low * New upstream release. |