Skip to content

Commit d1b0e0f

Browse files
committed
Version bump: 1.0.1
1 parent 5c7512e commit d1b0e0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

displaymode.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
#include <CoreFoundation/CoreFoundation.h>
2828
#include <CoreGraphics/CoreGraphics.h>
2929

30-
const char kProgramVersion[] = "displaymode-1.0.0";
30+
// Name and version to display with "v" option.
31+
const char kProgramVersion[] = "displaymode 1.0.1";
3132

3233
// States for the main invocation "option".
3334
//

0 commit comments

Comments
 (0)