Skip to content

Commit

Permalink
bump version to 1.0.0. fixed #35
Browse files Browse the repository at this point in the history
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
  • Loading branch information
chihchun committed Mar 7, 2012
1 parent 91fdff8 commit bfafcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit bfafcb4

Please sign in to comment.