diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-08-28 12:47:57 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-08-28 12:47:57 -0400 |
commit | 80181c8eed0395d059323e7d1abe6480d2aa67ad (patch) | |
tree | 4788da1e5469e44e278b3495577579ea89b1244d /configure.ac | |
parent | 92f5d9f173ae260b27d49eb30f7145f39389b21e (diff) | |
download | liza-80181c8eed0395d059323e7d1abe6480d2aa67ad.tar.gz liza-80181c8eed0395d059323e7d1abe6480d2aa67ad.tar.bz2 liza-80181c8eed0395d059323e7d1abe6480d2aa67ad.zip |
v0.0.5 version bumpv0.0.5
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 70bd5d3..52707f9 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -AC_INIT([liza], [0.0.4], [dev@lovullo.com]) +AC_INIT([liza], [0.0.5], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |