diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-02 01:28:04 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-02 01:28:04 +0100 |
commit | ab1ed75a94d7710f28b02fd5cdde71474f59e6b7 (patch) | |
tree | f0973b28b8880d115e72e169cd37b12d259eb462 /CMakeLists.txt | |
parent | Reenabled urlbar hack (diff) | |
download | rekonq-ab1ed75a94d7710f28b02fd5cdde71474f59e6b7.tar.xz |
rekonq 0.3.97
Unit tests & last fixes
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 23e9b396..892ab377 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.96" ) +SET(REKONQ_VERSION "0.3.97" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |