summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--src/main.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcb65784..f87c65fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,8 +8,8 @@ PROJECT( rekonq )
# rekonq info
SET(REKONQ_MAJOR_VERSION "0")
-SET(REKONQ_MINOR_VERSION "0")
-SET(REKONQ_PATCH_VERSION "5")
+SET(REKONQ_MINOR_VERSION "1")
+SET(REKONQ_PATCH_VERSION "0alpha")
SET(REKONQ_VERSION_STR
"${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}"
diff --git a/src/main.cpp b/src/main.cpp
index e9d72fd1..a15cbcba 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -30,7 +30,7 @@ static const char description[] =
I18N_NOOP("KDE Browser Webkit Based");
-static const char version[] = "0.0.5";
+static const char version[] = "0.1alpha";
int main(int argc, char **argv)