diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 15:15:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 15:15:20 -0500 |
commit | e3d7177e1ca2181cfe943ea46d2899ccaee07b32 (patch) | |
tree | ba57b24f1c39ea13e9eefaa69aee54dd6466c60e /ltmain.sh | |
parent | 6e9e154652d00e0a685f9efe0f2aa99e7e0f808d (diff) | |
parent | fc03ef7c10bf76edc87af4cc54194fe1bf6e28c2 (diff) | |
download | libayatana-appindicator-e3d7177e1ca2181cfe943ea46d2899ccaee07b32.tar.gz libayatana-appindicator-e3d7177e1ca2181cfe943ea46d2899ccaee07b32.tar.bz2 libayatana-appindicator-e3d7177e1ca2181cfe943ea46d2899ccaee07b32.zip |
* New upstream release.
* Fix a memory leak (LP: #)
* Port to libindicator 0.4
Diffstat (limited to 'ltmain.sh')
-rwxr-xr-x | ltmain.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu2 +# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu3 # automake: $automake_version # autoconf: $autoconf_version # @@ -73,7 +73,7 @@ PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="2.2.6b Debian-2.2.6b-2ubuntu2" +VERSION="2.2.6b Debian-2.2.6b-2ubuntu3" TIMESTAMP="" package_revision=1.3017 |