From 3c13e8cd7a1b0bf7490b172b48424a91b126c650 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 16:37:05 +0200 Subject: Bump version to 1.8.0 --- odb/version.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/version.hxx') diff --git a/odb/version.hxx b/odb/version.hxx index f61303e..b285f4f 100644 --- a/odb/version.hxx +++ b/odb/version.hxx @@ -26,13 +26,13 @@ // ODB interface version: minor, major, and alpha/beta versions. // -#define ODB_VERSION 10700 -#define ODB_VERSION_STR "1.7" +#define ODB_VERSION 10800 +#define ODB_VERSION_STR "1.8" // libodb version: interface version plus the bugfix version. // -#define LIBODB_VERSION 1070000 -#define LIBODB_VERSION_STR "1.7.0" +#define LIBODB_VERSION 1080000 +#define LIBODB_VERSION_STR "1.8.0" #include -- cgit v1.1