From: Klas Lindfors Date: Fri, 21 Dec 2012 07:58:22 +0000 (+0100) Subject: bump versions after releasing 1.11.1 X-Git-Tag: v1.11.2~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2149e26814a0dd4ce2950dd70d8f4da6262fcb9c;p=yubikey-personalization bump versions after releasing 1.11.1 --- diff --git a/NEWS b/NEWS index fc893d0..8412c46 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.11.2 (unreleased) + * Version 1.11.1 (released 2012-12-21) ** Implement ykusb_strerror() on windows. diff --git a/configure.ac b/configure.ac index b166c18..de484d6 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,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([yubikey-personalization], [1.11.1], +AC_INIT([yubikey-personalization], [1.11.2], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) @@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 12) -AC_SUBST(LT_REVISION, 1) +AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 11) AM_INIT_AUTOMAKE([-Wall -Werror])