aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2016-08-29 14:46:50 -0400
committerJason Conti <jason.conti@gmail.com>2016-08-29 14:46:50 -0400
commit0cd1204cb44cd1d1e5943c544df421e1eef7e0c1 (patch)
tree2b2c76257b164c06a3c112d5a0528e6f1603eaf7 /configure.ac
parent685c29a6cc66575054226aa1f2f08b6f3a2ef89d (diff)
downloadayatana-indicator-notifications-0cd1204cb44cd1d1e5943c544df421e1eef7e0c1.tar.gz
ayatana-indicator-notifications-0cd1204cb44cd1d1e5943c544df421e1eef7e0c1.tar.bz2
ayatana-indicator-notifications-0cd1204cb44cd1d1e5943c544df421e1eef7e0c1.zip
* Need to escape the url otherwise certain acceptable characters can break the
markup parsing in the GtkLabel. * Bump version.
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 4e9aab0..c99c54a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([indicator-notifications], [0.3.1], [jason.conti@gmail.com])
+AC_INIT([indicator-notifications], [0.3.2], [jason.conti@gmail.com])
AM_INIT_AUTOMAKE([-Wall -Werror])