diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-11-29 19:12:51 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:06 +0100 |
commit | f040ab7d0aa8c665eec9cbf9e0c1e44254431504 (patch) | |
tree | d4bdddcce7d7cb62ac43384adb1b648861b9b10c | |
parent | Check settings (diff) | |
download | rekonq-f040ab7d0aa8c665eec9cbf9e0c1e44254431504.tar.xz |
rekonq 1.80
AKA rekonq 2 alpha!!!
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fd68540..50c626d3 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.70" ) +SET(REKONQ_VERSION "1.80" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |