diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-08 02:10:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-08 02:10:17 +0200 |
commit | a50fdf20853e92b6c8ef0b1f4312af77b2801e2f (patch) | |
tree | 35d8c23a514e3f7df71a8e8fae764a6b622b3427 | |
parent | Removed Doxyfile (diff) | |
download | rekonq-a50fdf20853e92b6c8ef0b1f4312af77b2801e2f.tar.xz |
updated CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d041b2b..de3f8109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ PROJECT( rekonq ) # rekonq info SET(REKONQ_MAJOR_VERSION "0") SET(REKONQ_MINOR_VERSION "1") -SET(REKONQ_PATCH_VERSION "0alpha") +SET(REKONQ_PATCH_VERSION "0") SET(REKONQ_VERSION_STR "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" |