bump version to 1.6.3

This commit is contained in:
Klas Lindfors
2018-09-14 10:04:27 +02:00
parent 54ed4018b2
commit 311ba9b30c
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.6.3 (unreleased)
* Version 1.6.2 (released 2018-09-14)
** Compare reader names case insensitive.
+2 -2
View File
@@ -25,7 +25,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_INIT([yubico-piv-tool], [1.6.2])
AC_INIT([yubico-piv-tool], [1.6.3])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([m4])
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST([LT_CURRENT], 5)
AC_SUBST([LT_REVISION], 4)
AC_SUBST([LT_REVISION], 5)
AC_SUBST([LT_AGE], 4)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])