diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-10-06 11:41:51 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-10-06 11:41:51 +0200 |
commit | 4649323fa45206196c9adf9b3fd7392c061b8614 (patch) | |
tree | 2ec2706c7a288f8d7591454ad271075c33b57d4c | |
parent | Get sure label pixmap exists (diff) | |
download | rekonq-4649323fa45206196c9adf9b3fd7392c061b8614.tar.xz |
rekonq 1.2, probably last bugfix release for the 1.x series :)1.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 59ff349a..030f0fbd 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 "1.1" ) +SET(REKONQ_VERSION "1.2" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |