Skip to content

Commit

Permalink
Update version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Mar 26, 2024
1 parent 40c5389 commit 93914f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ project(MediaWriter)
cmake_minimum_required(VERSION 3.17)

set(MEDIAWRITER_MAJOR_VERSION "5")
set(MEDIAWRITER_MINOR_VERSION "0")
set(MEDIAWRITER_MINOR_VERSION "1")
# MICRO_VERSION >= 50 means a development version
set(MEDIAWRITER_MICRO_VERSION "50")
set(MEDIAWRITER_MICRO_VERSION "0")
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")

set(QT_MIN_VERSION "6.2.0")
set(QT_MIN_VERSION "6.5.0")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_AUTOMOC ON)
Expand Down
2 changes: 1 addition & 1 deletion dist/win/mediawriter.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ XPStyle on
# This is the size (in kB) of all the files copied into "Program Files"
#!define INSTALLSIZE

VIProductVersion "0.5.50.0"
VIProductVersion "0.5.1.0
VIAddVersionKey "ProductName" "${APPNAME}"
VIAddVersionKey "Comments" "${DESCRIPTION}"
VIAddVersionKey "CompanyName" "${COMPANYNAME}"
Expand Down
2 changes: 1 addition & 1 deletion dist/win/mediawriter_native.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ XPStyle on
# This is the size (in kB) of all the files copied into "Program Files"
#!define INSTALLSIZE

VIProductVersion "0.5.50.0"
VIProductVersion "0.5.1.0
VIAddVersionKey "ProductName" "${APPNAME}"
VIAddVersionKey "Comments" "${DESCRIPTION}"
VIAddVersionKey "CompanyName" "${COMPANYNAME}"
Expand Down
2 changes: 1 addition & 1 deletion src/app/data/org.fedoraproject.MediaWriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.0.1" date="2022-05-13"/>
<release version="5.1.0" date="2024-03-26"/>
</releases>
</application>
2 changes: 1 addition & 1 deletion src/app/data/org.fedoraproject.MediaWriter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.0.1" date="2022-05-13"/>
<release version="5.1.0" date="2024-03-26"/>
</releases>
</application>

0 comments on commit 93914f7

Please sign in to comment.