We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f8744 commit 06f393eCopy full SHA for 06f393e
CHANGELOG
@@ -1,3 +1,7 @@
1
+v1.1
2
+
3
+- 2009-11-19; Erik Lax; Fixed some bugs! (non-criticial)
4
5
v1.0
6
7
- 2009-11-29; Erik Lax; First Public Release
src/main.cpp
@@ -29,7 +29,7 @@
29
#include "package.hpp"
30
#include "disk.hpp"
31
32
-#define _VERSION_ "1.0"
+#define _VERSION_ "1.1"
33
34
std::string program_name = "";
35
0 commit comments