Explorar o código

Bump version to 0.2.0

Ole %!s(int64=10) %!d(string=hai) anos
pai
achega
fdf34425a7
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      lib/luwra/common.hpp

+ 3 - 2
lib/luwra/common.hpp

@@ -23,8 +23,9 @@
 #define LUWRA_NS_BEGIN namespace luwra {
 #define LUWRA_NS_END }
 
-// Version MAJOR.MINOR.PATH
+// Version MAJOR.MINOR.PATCH
 #define LUWRA_VERSION_MAJOR 0
-#define LUWRA_VERSION_MINOR 1
+#define LUWRA_VERSION_MINOR 2
+#define LUWRA_VERSION_PATCH 0
 
 #endif