diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-05 01:52:36 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-05 01:52:36 +0100 |
commit | 2bf753cb43d5631c0fa3add88a68f5e3b1124a2d (patch) | |
tree | 6a72428f4357187a5e2fcc8f3eb175d208c79b5c /CMakeLists.txt | |
parent | Bug about page viewportsize seems fixed here, creating a copy of the (diff) | |
download | rekonq-2bf753cb43d5631c0fa3add88a68f5e3b1124a2d.tar.xz |
rekonq 0.3.98
Probably last bunch of fixes before 0.4 stable release..
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 892ab377..558e7b49 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.97" ) +SET(REKONQ_VERSION "0.3.98" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |