Skip to content

Commit

Permalink
Copyright & version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p00ya committed Mar 15, 2020
1 parent c5d847e commit 81cfb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions displaymode.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// displaymode - a utility for changing the display resolution on Mac OS X.
//
// Copyright 2019 Dean Scarff.
// Copyright 2019, 2020 Dean Scarff.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@
#include <MacTypes.h>

// Name and version to display with "v" option.
const char kProgramVersion[] = "displaymode 1.0.1";
const char kProgramVersion[] = "displaymode 1.2.0";

// States for the main invocation "option".
//
Expand Down

0 comments on commit 81cfb64

Please sign in to comment.