diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-05 09:00:36 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-05 09:00:43 -0400 |
commit | 573e73cde9a26eeeaeb75d2825d58b316e67095a (patch) | |
tree | f3b5c5461c0ca0aca1ce00dae660e1e53476aba3 | |
parent | c29b935f5ca0ef83191bd01eeba6cb11146b55de (diff) | |
download | liza-0.3.1.tar.gz liza-0.3.1.tar.bz2 liza-0.3.1.zip |
Version bump v0.3.{0=>1}v0.3.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dfad6c1..bc669aa 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.3.0], [dev@lovullo.com]) +AC_INIT([liza], [0.3.1], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |