diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-20 06:41:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-20 06:41:23 -0300 |
commit | a16ef92442935b288e3e0b837af994d539b64c6d (patch) | |
tree | 3d7512aa3fdec7e6187e22f1f2d6253165384fcb | |
parent | 8bd17c0d9c13428b9a5ae6b3cfca5da030414e61 (diff) |
Bump version to 0.220.22
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 20d078b..a6a5349 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([zbar], [0.21], [mchehab+samsung@kernel.org]) +AC_INIT([zbar], [0.22], [mchehab+samsung@kernel.org]) m4_ifndef([AC_LANG_DEFINES_PROVIDED], [m4_define([AC_LANG_DEFINES_PROVIDED])]) AC_CONFIG_AUX_DIR(config) |