1 parent 5c7512e commit d1b0e0fCopy full SHA for d1b0e0f
1 file changed
displaymode.c
@@ -27,7 +27,8 @@
27
#include <CoreFoundation/CoreFoundation.h>
28
#include <CoreGraphics/CoreGraphics.h>
29
30
-const char kProgramVersion[] = "displaymode-1.0.0";
+// Name and version to display with "v" option.
31
+const char kProgramVersion[] = "displaymode 1.0.1";
32
33
// States for the main invocation "option".
34
//
0 commit comments