diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-03 17:03:36 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-03 17:03:36 +0100 |
commit | 4c889a0933427ffaefc5450c99c98c12e19f3bc8 (patch) | |
tree | e261f8fda7ff915ebc62c081ca6161ccb7744cc8 | |
parent | Restore (in 2.x way) shortcuts configuration options (diff) | |
download | rekonq-4c889a0933427ffaefc5450c99c98c12e19f3bc8.tar.xz |
rekonq 2.0.50
Fixing bugs and restoring old things on the road to 2,1...
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b628a5f..11015c55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Information to update before to release this package. # rekonq info -SET(REKONQ_VERSION "2.0" ) +SET(REKONQ_VERSION "2.0.50" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |