Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Mar 14, 2016
1 parent 4a66164 commit 7971c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Copyright (C) 2013-2015 Yubico AB. Licensed under GPLv3+ . -*- outline -*-

* Version 1.1.2 (unreleased)

* Version 1.1.1 (released 2016-03-14)

** Use correct index in u2fh_devs_discover()
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_INIT([libu2f-host], [1.1.1], [yubico-devel@googlegroups.com])
AC_INIT([libu2f-host], [1.1.2], [yubico-devel@googlegroups.com])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build-aux])

# http://www.gnu.org/s/libtool/manual/html_node/Updating-version-info.html
AC_SUBST(LT_CURRENT, 1) # Interfaces removed: CURRENT++, AGE=0, REVISION=0
AC_SUBST(LT_AGE, 1) # Interfaces added: CURRENT++, AGE++, REVISION=0
AC_SUBST(LT_REVISION, 1) # No interfaces changed: REVISION++
AC_SUBST(LT_REVISION, 2) # No interfaces changed: REVISION++

AM_INIT_AUTOMAKE([gnits dist-xz no-dist-gzip std-options -Wall])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 7971c21

Please sign in to comment.