diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 00:50:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 00:50:13 +0200 |
commit | e8313f306cc0ed927f5b0dbe09819c7802fe86ad (patch) | |
tree | 7a100df6f2fa3bb3e4d1e8645b80b9266844d8b0 | |
parent | - Fixed layouts in the *ListItem classes (diff) | |
download | rekonq-e8313f306cc0ed927f5b0dbe09819c7802fe86ad.tar.xz |
rekonq 0.4.65
- Network Improvements
- increased boot speed
- Text Encodings menĂ¹ & management
- bugfixes
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18d274fc..c3e654e2 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.4.64" ) +SET(REKONQ_VERSION "0.4.65" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |