diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-02-28 19:06:01 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-02-28 19:06:01 +0100 |
commit | 8067b2cdaafc1bc61742cbe5a638d78210ff690f (patch) | |
tree | f6157dd22b9cf6a5ea1980dd59a0b3ba54c1fea2 /CMakeLists.txt | |
parent | rekonq 2.2 (diff) | |
download | rekonq-8067b2cdaafc1bc61742cbe5a638d78210ff690f.tar.xz |
rekonq 2.2.50
development version, on the road to 2.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dcedb00c..06a8a391 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.2" ) +SET(REKONQ_VERSION "2.2.50" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |