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 30, 2021
1 parent 275d483 commit 2c2247d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.1 (released 2021-03-30)
** Compatibility update for ykman 4.0.1.
** Add additional product names.
** Bugfix: Device caching with multiple devices.

* Version 1.2.0 (released 2021-03-16)
** Compatibility update for ykman 4.0.
*** ykman >= 4.0 now required.
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.2.0.0
VERSION = 1.2.1.0
} else {
VERSION = 1.2.0
VERSION = 1.2.1
}
# This is the version shown on the About page
DEFINES += APP_VERSION=\\\"1.2.0\\\"
DEFINES += APP_VERSION=\\\"1.2.1\\\"

message(Version of this build: $$VERSION)

Expand Down

0 comments on commit 2c2247d

Please sign in to comment.