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 May 17, 2021
1 parent d3b3216 commit 32396af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Version 1.2.3 (released 2021-05-17)
** Improved error handling when using SKY keys.
** PIV: Fix generation of certificate in slot 9c.
** MacOS: Use correct path when importing files.

* Version 1.2.2 (released 2021-04-13)
** Update device names.
** Linux: Use the embedded version of ykman in AppImage.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yubikey-manager==4.0.2
yubikey-manager==4.0.3
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.2.2.0
VERSION = 1.2.3.0
} else {
VERSION = 1.2.2
VERSION = 1.2.3
}
# This is the version shown on the About page
DEFINES += APP_VERSION=\\\"1.2.2\\\"
DEFINES += APP_VERSION=\\\"1.2.3\\\"

message(Version of this build: $$VERSION)

Expand Down

0 comments on commit 32396af

Please sign in to comment.