diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-06-29 16:23:10 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-06-29 16:23:10 -0400 |
commit | 5456f32446da19fa0f50bc3d971e975d6cdc1901 (patch) | |
tree | 210634e1d3b1f9f808768e66f8802736d7fec4c4 | |
parent | c20fbbeded5af213bce70f16fa22b69dcd8b33fd (diff) | |
download | liza-1.1.2.tar.gz liza-1.1.2.tar.bz2 liza-1.1.2.zip |
Version bump 1.1.{1=>2}v1.1.2
* configure.ac: Update revision number.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4670574..3e4f355 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], [1.1.1], [dev@lovullo.com]) +AC_INIT([liza], [1.1.2], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |