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:
authorRex Tsai <chihchun@kalug.linux.org.tw>2012-03-07 12:29:10 +0400
committerRex Tsai <chihchun@kalug.linux.org.tw>2012-03-07 12:29:10 +0400
commit34b0d070a794e73593023a633b572f31a69a3f94 (patch)
tree1ec51eec2a8e56e3e557768d70a11210ac77e2d8 /CMakeLists.txt
parentc389dc35e62949b6159b16fdeef66b2214d1e652 (diff)
bump version to 1.0.0. fixed #35
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ebd12134..6d90063d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@ check_include_files(errno.h HAVE_ERRNO_H)
include_directories(.)
include_directories(remmina/include)
-set(REMMINA_VERSION "0.9.99.1")
+set(REMMINA_VERSION "1.0.0")
set(REMMINA_DATADIR "${CMAKE_INSTALL_PREFIX}/share")
set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/locale")
set(REMMINA_PLUGINDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/remmina/plugins")