Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mgizapp/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgizapp/CMakeLists.txt b/mgizapp/CMakeLists.txt
index 1e80a21..6e2a0c2 100644
--- a/mgizapp/CMakeLists.txt
+++ b/mgizapp/CMakeLists.txt
@@ -1,8 +1,8 @@
PROJECT (mgiza)
SET(MGIZA_VERSION_MAJOR "0")
-SET(MGIZA_VERSION_MINOR "6")
-SET(MGIZA_VERSION_PATCH "7")
+SET(MGIZA_VERSION_MINOR "7")
+SET(MGIZA_VERSION_PATCH "0")
MATH(EXPR MGIZA_INT_VERSION "(${MGIZA_VERSION_MAJOR} * 10000) + (${MGIZA_VERSION_MINOR} * 100) + (${MGIZA_VERSION_PATCH} * 1)" )