diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-12-03 23:50:50 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-12-03 23:50:50 +0100 |
commit | 17171f9316e749b8280d0f91f5765c82b86be5a9 (patch) | |
tree | 8e3e2d2cc9f5529b19fa273d2b131cbedf7f588e /configure.ac | |
parent | cc6345e00baa53aa82ac05be27e22f3e5e5c27e7 (diff) | |
download | blogc-17171f9316e749b8280d0f91f5765c82b86be5a9.tar.gz blogc-17171f9316e749b8280d0f91f5765c82b86be5a9.tar.bz2 blogc-17171f9316e749b8280d0f91f5765c82b86be5a9.zip |
build: version bumpv0.5.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4a5c4a7..3779c31 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([blogc], [0.5], [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) +AC_INIT([blogc], [0.5.1], [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |