Skip to content

Commit

Permalink
Update NEWS and version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdennis committed Mar 15, 2021
1 parent af0a2ae commit 1deb17c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Version 1.2.0 (released 2021-03-16)
** Compatibility update for ykman 4.0.
*** ykman >= 4.0 now required.
*** Drop dependencies on libusb and libykpers.
** MacOS: Fix Yubico OTP upload to YubiCloud.
** Add additional product images.

* Version 1.1.5b (released 2020-11-19)
** macOS: Fix version in Info.plist

Expand Down
6 changes: 3 additions & 3 deletions ykman-gui/ykman-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ SOURCES += main.cpp

# This is the internal verson number, Windows requires 4 digits.
win32|win64 {
VERSION = 1.1.5.0
VERSION = 1.2.0.0
} else {
VERSION = 1.1.5
VERSION = 1.2.0
}
# This is the version shown on the About page
DEFINES += APP_VERSION=\\\"1.1.5\\\"
DEFINES += APP_VERSION=\\\"1.2.0\\\"

message(Version of this build: $$VERSION)

Expand Down

0 comments on commit 1deb17c

Please sign in to comment.