From: Simon Josefsson Date: Mon, 25 May 2009 08:39:10 +0000 (+0000) Subject: Bump versions. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~137 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7f1fd1aa9563c362153f978c68335f0489eab0d;p=yubikey-personalization.old Bump versions. --- diff --git a/NEWS b/NEWS index 538f175..59fe021 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.93 (unreleased) + * Version 0.92 (released 2009-05-25) ** Mac OS X build fixes. diff --git a/configure.ac b/configure.ac index 702f664..ec28514 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], [0.92], +AC_INIT([yubikey-personalization], [0.93], [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, 1) -AC_SUBST(LT_REVISION, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 0) AM_INIT_AUTOMAKE([-Wall -Werror])