diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-05 19:25:55 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-05 19:25:55 +0100 |
commit | c44cf19a552517ae1d96576e863d9ffe6d101470 (patch) | |
tree | 46cd5094d038a44aa1069f4a14842dcecf56d839 | |
parent | "Contextual" image menu (diff) | |
download | rekonq-c44cf19a552517ae1d96576e863d9ffe6d101470.tar.xz |
0.3.27
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d7bb1dbe..d47e94c9 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.3.26" ) +SET(REKONQ_VERSION "0.3.27" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |