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
commit6dd7a7237dceefd83deb8be94744b7182d173492 (patch)
tree2b2c76257b164c06a3c112d5a0528e6f1603eaf7 /configure.ac
parent700170f70c60fc316f0f310629e42773c818ff84 (diff)
downloadayatana-indicator-notifications-6dd7a7237dceefd83deb8be94744b7182d173492.tar.gz
ayatana-indicator-notifications-6dd7a7237dceefd83deb8be94744b7182d173492.tar.bz2
ayatana-indicator-notifications-6dd7a7237dceefd83deb8be94744b7182d173492.zip
* Need to escape the url otherwise certain acceptable characters can break the0.3.2
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])