Skip to content

Commit

Permalink
Prepare 4.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed May 8, 2019
1 parent e0c5504 commit c50f9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -75,7 +75,7 @@ ENDIF()
IF(NOT VERSION_STRING)
SET(VERSION_MAJOR 4)
SET(VERSION_MINOR 2)
SET(VERSION_PATCH 0)
SET(VERSION_PATCH 1)
SET(VERSION_BUILD 0)
SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
ELSE()
Expand Down
2 changes: 1 addition & 1 deletion project.yml
@@ -1,6 +1,6 @@
project:
name: Veyon
version: 4.2.0
version: 4.2.1
copyright: 2004-2019
author: Tobias Junghans
contact: Tobias Junghans <tobydox@veyon.io>
Expand Down

0 comments on commit c50f9d5

Please sign in to comment.