Set version to 3.0.22.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 20 Jan 2008 22:46:25 +0000 (22:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 20 Jan 2008 22:46:25 +0000 (22:46 +0000)
NEWS
debian/changelog
include/yaz/yaz-version.h

diff --git a/NEWS b/NEWS
index 9d0c354..e6f2f0e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 3.0.22 2008/01/20
+
+Fixed version in yaz/yaz-version.h.
+
 --- 3.0.22 2008/01/17
 
 Fixed bug #2027: Crash when closing connection.
index 6321cfe..f51bffe 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.22-2) unstable; urgency=low
+
+  * Fixed version in yaz/yaz-version.h.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Sun, 20 Jan 2008 23:45:29 +0100
+
 yaz (3.0.22-1) unstable; urgency=low
 
   * Upstream.
index 4e7cf07..bd3b7d1 100644 (file)
@@ -24,7 +24,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.
  */
-/* $Id: yaz-version.h,v 1.141 2008-01-16 11:31:48 adam Exp $ */
+/* $Id: yaz-version.h,v 1.142 2008-01-20 22:46:26 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.21"
-#define YAZ_VERSIONL 0x030015
+#define YAZ_VERSION "3.0.22"
+#define YAZ_VERSIONL 0x030016
 
-#define YAZ_FILEVERSION 3,0,21,1
+#define YAZ_FILEVERSION 3,0,22,1
 
 #define YAZ_DATE 1