Skip to content

Commit 7378017

Browse files
committed
Bump version to 1.3.2
Also bumps copyright notice to 2021.
1 parent a7f1b57 commit 7378017

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

displaymode.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// displaymode - a utility for changing the display resolution on Mac OS X.
22
//
3-
// Copyright 2019, 2020 Dean Scarff.
3+
// Copyright 2019, 2020, 2021 Dean Scarff.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
3030
#include <MacTypes.h>
3131

3232
// Name and version to display with "v" option.
33-
const char kProgramVersion[] = "displaymode 1.3.1";
33+
const char kProgramVersion[] = "displaymode 1.3.2";
3434

3535
// States for the main invocation "option".
3636
//

0 commit comments

Comments
 (0)