diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-09-08 06:05:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-09-08 06:05:59 +0200 |
commit | 917709929a0887ab355a793a063a9d42ad05778c (patch) | |
tree | 82fa748b2998fd7520a53ff842ab14050b13d425 | |
parent | Add option to close window by closing last tab (diff) | |
download | rekonq-917709929a0887ab355a793a063a9d42ad05778c.tar.xz |
rekonq 0.7.800.7.80
First 0.8 beta tag :)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 400ff8e4..7b6e1f90 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.57" ) +SET(REKONQ_VERSION "0.7.80" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |