Skip to content

Commit

Permalink
Bump version in Xcode project.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Dec 31, 2022
1 parent 5749887 commit 9127e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xcode/config.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// Xcode configuration header file for LPrint, a Label Printer Application
//
// Copyright © 2019-2021 by Michael R Sweet.
// Copyright © 2019-2022 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

// Version number
#define LPRINT_VERSION "1.1.0"
#define LPRINT_VERSION "1.2.0"
#define LPRINT_MAJOR_VERSION 1
#define LPRINT_MINOR_VERSION 1
#define LPRINT_MINOR_VERSION 2
#define LPRINT_PATCH_VERSION 0

0 comments on commit 9127e04

Please sign in to comment.