Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgeoisLab committed Jul 8, 2022
1 parent 04a40d2 commit bae69c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 2.4.1 (08.07.2022)
- Fix: Scrollen bei diversen Listen

## Version 2.4.0 (25.05.2022)
- Neu: Kompatibel zum kleiner-brauhelfer-2 v2.4.0

Expand Down
2 changes: 1 addition & 1 deletion kleiner-brauhelfer-app/kleiner-brauhelfer-app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ORGANIZATION = kleiner-brauhelfer
TARGET = kleiner-brauhelfer-app
VER_MAJ = 2
VER_MIN = 4
VER_PAT = 0
VER_PAT = 1
VERSION = $$sprintf("%1.%2.%3",$$VER_MAJ,$$VER_MIN,$$VER_PAT)
DEFINES += ORGANIZATION=\\\"$$ORGANIZATION\\\" TARGET=\\\"$$TARGET\\\" VERSION=\\\"$$VERSION\\\"
DEFINES += VER_MAJ=\"$$VER_MAJ\" VER_MIN=\"$$VER_MIN\" VER_PAT=\"$$VER_PAT\"
Expand Down

0 comments on commit bae69c8

Please sign in to comment.