diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-10 13:11:03 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-10 13:11:03 +0100 |
commit | f6401f6e57c8635240823f9c6e551da95ad210ce (patch) | |
tree | a45abfabcdb64e427dd56e3e89536cada4abe16f | |
parent | Ronny's patch (diff) | |
download | rekonq-f6401f6e57c8635240823f9c6e551da95ad210ce.tar.xz |
rekonq 0.3.29
Fullscreen mode && protocols fixes
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d91d2d88..ad96a29c 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.28" ) +SET(REKONQ_VERSION "0.3.29" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |