]> Shamusworld >> Repos - rmac/commitdiff
Version bump for last commit. v2.1.11
authorShamus Hammons <jlhamm@acm.org>
Fri, 20 Aug 2021 15:12:07 +0000 (10:12 -0500)
committerShamus Hammons <jlhamm@acm.org>
Fri, 20 Aug 2021 15:12:07 +0000 (10:12 -0500)
version.h

index bec38a45559627cfa057570c647b88167e0d616a..eb72bd8833ffb8787f93f82df26d8c8e71fa19a2 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   10             // Patch release number
+#define PATCH   11             // Patch release number
 
 #endif // __VERSION_H__