From: Jean-Philippe Orsini Date: Tue, 7 Jun 2011 10:37:11 +0000 (+0000) Subject: prepares 0.6.1.11 X-Git-Url: https://git.wpitchoune.net/gitweb/?a=commitdiff_plain;h=8a2c8a7fd0b3a89bf1e398ba03eee7d620ace34c;p=psensor.git prepares 0.6.1.11 fixed NEWS, last translation is for 0.6.1.11 not 0.6.1.10 --- diff --git a/NEWS b/NEWS index 259f163..1c46501 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,12 @@ +* v0.6.1.11 + +** psensor: added chinese simplified translation from royclarck + * v0.6.1.10 ** psensor: support of appindicator < 0.2.9 ** psensor: closing the window hides psensor instead of quitting when application indicator support is enabled. -** psensor: added chinese simplified translation from royclarck * v0.6.1.9 diff --git a/configure b/configure index 0bd7212..275c2c7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for psensor 0.6.1.10. +# Generated by GNU Autoconf 2.67 for psensor 0.6.1.11. # # Report bugs to . # @@ -552,8 +552,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='psensor' PACKAGE_TARNAME='psensor' -PACKAGE_VERSION='0.6.1.10' -PACKAGE_STRING='psensor 0.6.1.10' +PACKAGE_VERSION='0.6.1.11' +PACKAGE_STRING='psensor 0.6.1.11' PACKAGE_BUGREPORT='wpitchoune@gmail.com' PACKAGE_URL='http://wpitchoune.net/psensor' @@ -1340,7 +1340,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 psensor 0.6.1.10 to adapt to many kinds of systems. +\`configure' configures psensor 0.6.1.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1414,7 +1414,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of psensor 0.6.1.10:";; + short | recursive ) echo "Configuration of psensor 0.6.1.11:";; esac cat <<\_ACEOF @@ -1550,7 +1550,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -psensor configure 0.6.1.10 +psensor configure 0.6.1.11 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1973,7 +1973,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 psensor $as_me 0.6.1.10, which was +It was created by psensor $as_me 0.6.1.11, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2790,7 +2790,7 @@ fi # Define the identity of the package. PACKAGE='psensor' - VERSION='0.6.1.10' + VERSION='0.6.1.11' cat >>confdefs.h <<_ACEOF @@ -8931,7 +8931,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 psensor $as_me 0.6.1.10, which was +This file was extended by psensor $as_me 0.6.1.11, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8998,7 +8998,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="\\ -psensor config.status 0.6.1.10 +psensor config.status 0.6.1.11 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 2e33442..ec007b4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([psensor], [0.6.1.10],[wpitchoune@gmail.com],[psensor],[http://wpitchoune.net/psensor]) +AC_INIT([psensor], [0.6.1.11],[wpitchoune@gmail.com],[psensor],[http://wpitchoune.net/psensor]) AM_INIT_AUTOMAKE([-Wall -Werror gnu])