From 772ad873d00487b9e1d4746e3829d1252ef1cff9 Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 10 May 2011 23:38:56 +0200 Subject: [PATCH] next version is 1.3.0 --- eo/eo-conf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/eo-conf.cmake b/eo/eo-conf.cmake index 417c6b43d..e8f285cbd 100644 --- a/eo/eo-conf.cmake +++ b/eo/eo-conf.cmake @@ -1,7 +1,7 @@ # Current version SET(PROJECT_VERSION_MAJOR 1) -SET(PROJECT_VERSION_MINOR 2) +SET(PROJECT_VERSION_MINOR 3) SET(PROJECT_VERSION_PATCH 0) SET(PROJECT_VERSION_MISC "-edge")