6 lines
169 B
C
6 lines
169 B
C
--- src/version.h.orig 2018-04-23 05:38:55 UTC
|
|
+++ src/version.h
|
|
@@ -0,0 +1,3 @@
|
|
+#ifndef RDM_VERSION
|
|
+ #define RDM_VERSION "%%PORTVERSION%%"
|
|
+#endif // !RDM_VERSION
|