summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-17 17:33:24 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-17 17:33:24 +0000
commite22247a39463313f818f9e1b3e67feac35d658a1 (patch)
tree7f8bbe8123990fa76a4ce05a26fb6211a9023841 /configure.ac
parent87083e6d97914dc08cad22cd099af31aece32ff6 (diff)
win32 second instance crashes seem to be in json parser with empty lists, not sure why though. changed what's passed to an object and it now works. change window title to "Transmission Remote" (nicer, especially on Windows).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be86932..1bd6950 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT(transmission-remote-gtk, 0.7.1, alan@eth0.org.uk)
+AC_INIT(transmission-remote-gtk, 0.7.2, alan@eth0.org.uk)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE([foreign])