]> Shamusworld >> Repos - rmac/commitdiff
Version bump for latest patches. v2.1.14
authorShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 18:59:52 +0000 (13:59 -0500)
committerShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 18:59:52 +0000 (13:59 -0500)
version.h

index d9a1fee293c87392fc1a5e05361dcd9c01c0d200..b39f49b73bc73815172da46ff76cbdbea3d31d94 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   13             // Patch release number
+#define PATCH   14             // Patch release number
 
 #endif // __VERSION_H__