summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Erhardt <Philipp.Erhardt@informatik.stud.uni-erlangen.de>2017-08-23 21:28:21 +0200
committerPhilipp Erhardt <Philipp.Erhardt@informatik.stud.uni-erlangen.de>2017-08-23 21:28:21 +0200
commit99735bc0b15b57d689b6c982d43b85ed1b40ef45 (patch)
tree023a5bff68a69b576b38d7f6fd34577de9d45862
parent1c6a826fcf41304f354b17f60c815124b55b6465 (diff)
Bump version number
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4973878..34bd087 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -13,7 +13,7 @@ using namespace std;
static void print_version() {
- cout << "katarakt version 0.1+" << endl;
+ cout << "katarakt version 0.2" << endl;
}
static void print_help(char *name) {