changeset 11716:6ef2f5b6a9e5 octave-forge

Prepare for release 2.2.0.
author i7tiol
date Mon, 20 May 2013 08:04:57 +0000
parents ed5361361a0f
children fb2d66f48f86
files main/database/DESCRIPTION main/database/NEWS main/database/src/configure.ac
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/database/DESCRIPTION	Mon May 20 08:02:13 2013 +0000
+++ b/main/database/DESCRIPTION	Mon May 20 08:04:57 2013 +0000
@@ -1,5 +1,5 @@
 Name: database
-Version: 2.1.1
+Version: 2.2.0
 Date: 2013-05-20
 Author: Olaf Till <i7tiol@t-online.de>
 Maintainer: Olaf Till <i7tiol@t-online.de>
--- a/main/database/NEWS	Mon May 20 08:02:13 2013 +0000
+++ b/main/database/NEWS	Mon May 20 08:04:57 2013 +0000
@@ -1,3 +1,6 @@
+database 2.2.0
+--------------
+
  ** pq_exec_params: For queries, information on postgresql data types
     of columns is also returned.
 
--- a/main/database/src/configure.ac	Mon May 20 08:02:13 2013 +0000
+++ b/main/database/src/configure.ac	Mon May 20 08:04:57 2013 +0000
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.67])
-AC_INIT([database], [2.1.1], [i7tiol@t-online.de])
+AC_INIT([database], [2.2.0], [i7tiol@t-online.de])
 AC_CONFIG_SRCDIR([__pq_connect__.cc])
 
 # Checks for programs.