]> Shamusworld >> Repos - rmac/commitdiff
Version bump for latest commits. v2.1.12
authorShamus Hammons <jlhamm@acm.org>
Fri, 20 Aug 2021 15:57:53 +0000 (10:57 -0500)
committerShamus Hammons <jlhamm@acm.org>
Fri, 20 Aug 2021 15:57:53 +0000 (10:57 -0500)
version.h

index eb72bd8833ffb8787f93f82df26d8c8e71fa19a2..534d88c47b056e5ef56428b2ed2e28684e67d1a6 100644 (file)
--- a/version.h
+++ b/version.h
@@ -15,6 +15,6 @@
 
 #define MAJOR   2              // Major version number
 #define MINOR   1              // Minor version number
-#define PATCH   11             // Patch release number
+#define PATCH   12             // Patch release number
 
 #endif // __VERSION_H__