]> Shamusworld >> Repos - rmac/commitdiff
Version bump for following patch.
authorShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 19:53:46 +0000 (14:53 -0500)
committerShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 19:53:46 +0000 (14:53 -0500)
version.h

index ea17465dbef31655b8adcaaf749c755e07635b96..f8782caa5853946c5cceb1c2797da083c816ed6e 100644 (file)
--- a/version.h
+++ b/version.h
@@ -15,6 +15,6 @@
 
 #define MAJOR   2              // Major version number
 #define MINOR   2              // Minor version number
-#define PATCH   0              // Patch release number
+#define PATCH   1              // Patch release number
 
 #endif // __VERSION_H__