1 parent a7f1b57 commit 7378017Copy full SHA for 7378017
1 file changed
displaymode.c
@@ -1,6 +1,6 @@
1
// displaymode - a utility for changing the display resolution on Mac OS X.
2
//
3
-// Copyright 2019, 2020 Dean Scarff.
+// Copyright 2019, 2020, 2021 Dean Scarff.
4
5
// Licensed under the Apache License, Version 2.0 (the "License");
6
// you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
30
#include <MacTypes.h>
31
32
// Name and version to display with "v" option.
33
-const char kProgramVersion[] = "displaymode 1.3.1";
+const char kProgramVersion[] = "displaymode 1.3.2";
34
35
// States for the main invocation "option".
36
0 commit comments