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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2014-07-15 17:22:55 +0400
committerAntenore Gatta <antenore@simbiosi.org>2014-07-15 17:22:55 +0400
commit39c7b850a3d42db12ceb980b344eee991ca6ed56 (patch)
tree82db640e45163a7a16d63e2d60a132aa17b86c72 /CMakeLists.txt
parent583fd1e296cd405902b90321df2997061da31016 (diff)
updated doc - WIP + refactoring
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32009861e..63f0a0054 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,14 @@ check_include_files(errno.h HAVE_ERRNO_H)
include_directories(.)
include_directories(remmina/include)
-set(REMMINA_VERSION "1.0.0")
+# Versioning
+set(WITH_LIBRARY_VERSIONING "ON")
+set(REMMINA_VERSION_MAJOR "1")
+set(REMMINA_VERSION_MINOR "2")
+set(REMMINA_VERSION_REVISION "0")
+set(REMMINA_VERSION_SUFFIX "beta1")
+set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
+
set(REMMINA_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}")
set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_FULL_DATADIR}/locale")
set(REMMINA_PLUGINDIR "${CMAKE_INSTALL_FULL_LIBDIR}/remmina/plugins")