summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2011-02-04 20:09:31 +0100
committerDavid Sommerseth <davids@redhat.com>2011-02-04 20:09:31 +0100
commit235f51a63d62a8e498df7184d323cee2ffe4e97a (patch)
tree987330176f8cc8b5d4cd65f32a814c8026b9a1b9 /server/configure.ac
parenta7c324b0571f6b66b1f902cb2162c7e9c600fba3 (diff)
downloadrteval-235f51a63d62a8e498df7184d323cee2ffe4e97a.tar.gz
rteval-235f51a63d62a8e498df7184d323cee2ffe4e97a.tar.xz
rteval-235f51a63d62a8e498df7184d323cee2ffe4e97a.zip
Update version information to rteval-xmlrpc-1.4
This also fixes a forgotten update to the new database schema (1.3) Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'server/configure.ac')
-rw-r--r--server/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/configure.ac b/server/configure.ac
index 8288ea5..fe5e334 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -25,8 +25,8 @@
# To create the ./configure script you need to run 'autoreconf --install'
#
-AC_INIT([rteval-xmlrpc], [1.3], [davids@redhat.com])
-SQLSCHEMAVER=1.2
+AC_INIT([rteval-xmlrpc], [1.4], [davids@redhat.com])
+SQLSCHEMAVER=1.3
AC_SUBST(SQLSCHEMAVER)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])