]> Shamusworld >> Repos - rmac/commitdiff
Version bump for previous commits; now at v2.0.8.
authorShamus Hammons <jlhamm@acm.org>
Fri, 10 Jan 2020 15:08:27 +0000 (09:08 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 10 Jan 2020 15:08:27 +0000 (09:08 -0600)
version.h

index c9d53878ef70279ae4ab33767c099c9b2ad73edd..bb575e42c6b9c05325be2f4058fc6f3c1a59c0fb 100644 (file)
--- a/version.h
+++ b/version.h
@@ -15,7 +15,7 @@
 
 #define MAJOR   2              // Major version number
 #define MINOR   0              // Minor version number
-#define PATCH   7              // Patch release number
+#define PATCH   8              // Patch release number
 
 #endif // __VERSION_H__