From 737801740a84854041afcbe68a112ad5d2ec9ef2 Mon Sep 17 00:00:00 2001 From: Dean Scarff Date: Sat, 20 Mar 2021 21:42:05 +1100 Subject: [PATCH] Bump version to 1.3.2 Also bumps copyright notice to 2021. --- displaymode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/displaymode.c b/displaymode.c index 8cb343d..56c47c6 100644 --- a/displaymode.c +++ b/displaymode.c @@ -1,6 +1,6 @@ // displaymode - a utility for changing the display resolution on Mac OS X. // -// Copyright 2019, 2020 Dean Scarff. +// Copyright 2019, 2020, 2021 Dean Scarff. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ #include // Name and version to display with "v" option. -const char kProgramVersion[] = "displaymode 1.3.1"; +const char kProgramVersion[] = "displaymode 1.3.2"; // States for the main invocation "option". //