diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-07 04:06:42 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-07 04:06:42 +0100 |
commit | d55135eb89c4a88b89912c58765e772448c1c774 (patch) | |
tree | 6176bb74bce3d4cca23e2c51e07d05d0466e1497 | |
parent | No more error messages on adblocked pages (diff) | |
download | rekonq-d55135eb89c4a88b89912c58765e772448c1c774.tar.xz |
0.3.28
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d47e94c9..d91d2d88 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.27" ) +SET(REKONQ_VERSION "0.3.28" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |