From: Klas Lindfors Date: Wed, 9 Jan 2013 13:56:38 +0000 (+0100) Subject: bump version after release X-Git-Tag: v1.11.3~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2fc0d3251b7fe83f7e0f45666d7902640d5913;p=yubikey-personalization bump version after release --- diff --git a/NEWS b/NEWS index 0bf2cbb..c4174c1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.11.3 (unreleased) + * Version 1.11.2 (released 2013-01-09) ** Fix a bug where writing a NDEF with unknown prefix ended up writing invalid diff --git a/configure.ac b/configure.ac index 838f2a1..041b7b6 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.2], +AC_INIT([yubikey-personalization], [1.11.3], [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, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 11) AM_INIT_AUTOMAKE([1.11.2 -Wall -Werror])