diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-02 23:43:26 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-02 23:43:26 +0100 |
commit | 74ab4dfdbc69499ca551bdd3e495963b5b4fd426 (patch) | |
tree | c8cca476a9fa4d66a1bbeab4887ff2e4686c4095 /CMakeLists.txt | |
parent | clean up WebSnap and provide automatic thumbs update for about:tabs (diff) | |
download | rekonq-74ab4dfdbc69499ca551bdd3e495963b5b4fd426.tar.xz |
rekonq 0.8.73
Setting a point to better track updates :)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c6e1cd13..cd1098dd 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.8.72" ) +SET(REKONQ_VERSION "0.8.73" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |