Bump version to 1.6.1 unreleased

This commit is contained in:
Thordur Bjornsson
2018-08-08 10:41:04 +02:00
parent 5258920cff
commit c31a042595
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.6.1 (unreleased)
* Version 1.6.0 (released 2018-08-08)
** Security release to mitigate https://www.yubico.com/support/security-advisories/ysa-2018-03/[YSA-2018-03].
+3 -3
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.0])
AC_INIT([yubico-piv-tool], [1.6.1])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -33,8 +33,8 @@ AC_CONFIG_MACRO_DIR([m4])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST([LT_CURRENT], 5)
AC_SUBST([LT_REVISION], 2)
AC_SUBST([LT_CURRENT], 6)
AC_SUBST([LT_REVISION], 1)
AC_SUBST([LT_AGE], 4)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])