From: Simon Josefsson Date: Fri, 12 Mar 2010 15:29:43 +0000 (+0000) Subject: Bump version. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~27 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a555b9bd6bbee09acc306298849f6565ab03ca;p=yubikey-personalization.old Bump version. --- diff --git a/NEWS b/NEWS index 1d83476..449e102 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.3.2 (unreleased) + +** Don't warn on YubiKey with firmware 0.9.9, they work fine. + +** Fix old firmware error message, it was missing a newline. + * Version 1.3.1 (released 2010-01-30) ** Fix build failure in some cases diff --git a/configure.ac b/configure.ac index 17608cf..fd50562 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.3.1], +AC_INIT([yubikey-personalization], [1.3.2], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux])