diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-13 08:28:09 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-13 08:28:09 -0400 |
commit | 413df53f4ff3e473240b7ecb2c727855d1b3036f (patch) | |
tree | ae71af80642c30e00d263d2cc8be52143d2f62c3 | |
parent | bc0d230246e2417e0afde7aacf78aaae507962d2 (diff) | |
download | liza-413df53f4ff3e473240b7ecb2c727855d1b3036f.tar.gz liza-413df53f4ff3e473240b7ecb2c727855d1b3036f.tar.bz2 liza-413df53f4ff3e473240b7ecb2c727855d1b3036f.zip |
Version bump 0.{4.0=>4.1}v0.4.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ec12aae..378a5be 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.0], [dev@lovullo.com]) +AC_INIT([liza], [0.4.1], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |