aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-23 16:03:23 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-23 16:03:23 -0300
commit43bc4ffc096abf7695c1b1051793744a15a86512 (patch)
tree358e39c1c52318ff1c93506a0e93d6a504c05dc1
parent26c960fc8e893a4edc655d8548a5ec56f7262bc4 (diff)
Remove duplicated definition of libshiboken_VERSION.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
-rw-r--r--libshiboken/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/libshiboken/CMakeLists.txt b/libshiboken/CMakeLists.txt
index f2b2927b0..b1a72441f 100644
--- a/libshiboken/CMakeLists.txt
+++ b/libshiboken/CMakeLists.txt
@@ -2,7 +2,6 @@ project(libshiboken)
find_package(PythonLibs REQUIRED)
-set(libshiboken_VERSION 0.1)
set(libshiboken_MAJOR_VERSION "0")
set(libshiboken_MINOR_VERSION "1")
set(libshiboken_MICRO_VERSION "0")