diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-18 10:11:41 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-18 10:11:41 -0400 |
commit | ca38cb97da32be7a9661f7f1754103f9ba24e1ae (patch) | |
tree | 1746c98019d97e443ce7b5da69a3e2d35402bd4a /configure.ac | |
parent | 2722b0b29aa637e9f130e6d895b860f27adf7429 (diff) | |
download | liza-ca38cb97da32be7a9661f7f1754103f9ba24e1ae.tar.gz liza-ca38cb97da32be7a9661f7f1754103f9ba24e1ae.tar.bz2 liza-ca38cb97da32be7a9661f7f1754103f9ba24e1ae.zip |
Version bump 1.{4.1=>5.0}
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 378a5be..b31d5b2 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.4.1], [dev@lovullo.com]) +AC_INIT([liza], [0.5.0], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |