diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-29 22:13:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-29 22:13:36 +0200 |
commit | a56368c5fd1c6505522cb8349c25d9c076e805c3 (patch) | |
tree | 1ad92ccc9a4eb55793bce87a92471c682c959663 /CMakeLists.txt | |
parent | Clean up urlbar use. This fix an urlbar bug opening plugins (diff) | |
download | rekonq-a56368c5fd1c6505522cb8349c25d9c076e805c3.tar.xz |
rekonq 0.6.50
First development version
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 df92271f..67c5e0fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.6.0" ) +SET(REKONQ_VERSION "0.6.50" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |