diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 11:06:09 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 11:06:09 -0600 |
commit | 7dff7bf5303c1040c4dd7ae2a4920837142b4a94 (patch) | |
tree | e12aca4ae86a0ddadc0d12437f89dc14e1c185bd /ltmain.sh | |
parent | ad89e1475b57b20cc97472b0a7e399beed4dd562 (diff) | |
parent | 44927e6da03d633f0958ce5e04e62e752a43d201 (diff) | |
download | libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.tar.gz libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.tar.bz2 libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.zip |
New upstream release.
∘ Fixing distcheck
∘ Grouping Property Change events into a single DBus signal
∘ Removing XML from the GetLayout function
∘ Clean up icon handling in the parser (LP: #715864)
∘ Fixing signatures on dbusmenu-dumper
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-2ubuntu1 +# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu2 # automake: $automake_version # autoconf: $autoconf_version # @@ -73,7 +73,7 @@ PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="2.2.6b Debian-2.2.6b-2ubuntu1" +VERSION="2.2.6b Debian-2.2.6b-2ubuntu2" TIMESTAMP="" package_revision=1.3017 |