diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-11 12:53:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-11 12:53:15 +0200 |
commit | b0d8222a9857cc683994306e6c1e4083d5f5f5b5 (patch) | |
tree | 0d18e9217bd41fb3bebd9f37aa904147b6bd0750 | |
parent | clean up code (diff) | |
download | rekonq-b0d8222a9857cc683994306e6c1e4083d5f5f5b5.tar.xz |
rekonq 0.7.56
rekonq ported to using the new KMessageWidget
REVIEW:101814
DIGEST: rekonq ported to the new KMessageWidget
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 56601bbb..9e313ec2 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.7.55" ) +SET(REKONQ_VERSION "0.7.56" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |