Skip to content

Commit

Permalink
Bump to version 1.3.3
Browse files Browse the repository at this point in the history
No logic changes; but this version will be built for Apple Silicon as
well as Intel.
  • Loading branch information
p00ya committed Feb 25, 2022
1 parent 4795302 commit 1bef49c
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, 2020, 2021 Dean Scarff.
// Copyright 2019, 2020, 2021, 2022 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 @@ -30,7 +30,7 @@
#include <MacTypes.h>

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

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

0 comments on commit 1bef49c

Please sign in to comment.