From: Uwe Hermann Date: Tue, 16 Apr 2013 21:50:46 +0000 (+0200) Subject: Prepare for the 0.1.1 release. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.1^0 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b77e31824a872c9e80c0ee376479ecc9f337fc86;hp=fc6f8a337f2d4ab3a1c31a1a5a45e03aa0b53f6f;p=sigrok-firmware-fx2lafw.git Prepare for the 0.1.1 release. --- diff --git a/NEWS b/NEWS index 175724c8..94e04448 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.1.1 (2013-xx-yy) +0.1.1 (2013-04-16) ------------------ * Add support for the USBee DX. Only digital sampling is supported (as is diff --git a/configure.ac b/configure.ac index 7c18230a..69a99502 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # We require at least autoconf 2.63 (AC_INIT format changed there). AC_PREREQ([2.63]) -AC_INIT([sigrok-firmware-fx2lafw], [0.1.0], +AC_INIT([sigrok-firmware-fx2lafw], [0.1.1], [sigrok-devel@lists.sourceforge.net], [sigrok-firmware-fx2lafw], [http://www.sigrok.org]) AC_CONFIG_HEADER([config.h])