projects
/
rmac
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae71277
)
Version bump. Thanks to ggn for the report & patch (bug #73)!
author
Shamus Hammons
<jlhamm@acm.org>
Sun, 8 May 2016 13:56:55 +0000
(08:56 -0500)
committer
Shamus Hammons
<jlhamm@acm.org>
Sun, 8 May 2016 13:56:55 +0000
(08:56 -0500)
version.h
patch
|
blob
|
history
diff --git
a/version.h
b/version.h
index c8fe5b52564b4079bb01ed647956e942645c5832..5354b8effbe66d012bcce6df837a629758b93047 100644
(file)
--- a/
version.h
+++ b/
version.h
@@
-13,6
+13,6
@@
#define MAJOR 1 // Major version number
#define MINOR 4 // Minor version number
-#define PATCH
9
// Patch release number
+#define PATCH
10
// Patch release number
#endif // __VERSION_H__