]> Shamusworld >> Repos - rmac/commitdiff
Forgot to bump patch level on version.h :-P
authorShamus Hammons <jlhamm@acm.org>
Sun, 3 Feb 2013 22:44:40 +0000 (16:44 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sun, 3 Feb 2013 22:44:40 +0000 (16:44 -0600)
version.h

index 493eff81f5169a2b7b68c1d0432519eaf60ead9e..7bff56c633c2f1b90426110d5760f7b28c04c5f0 100644 (file)
--- a/version.h
+++ b/version.h
@@ -13,6 +13,6 @@
 
 #define MAJOR   1                      // Major version number
 #define MINOR   1                      // Minor version number
-#define PATCH   1                      // Patch release number
+#define PATCH   2                      // Patch release number
 
 #endif // __VERSION_H__