Skip to content

Commit f3529ef

Browse files
committed
Update version to 5.1.90
1 parent 77ec947 commit f3529ef

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ project(MediaWriter)
77
cmake_minimum_required(VERSION 3.17)
88

99
set(MEDIAWRITER_MAJOR_VERSION "5")
10-
set(MEDIAWRITER_MINOR_VERSION "0")
10+
set(MEDIAWRITER_MINOR_VERSION "1")
1111
# MICRO_VERSION >= 50 means a development version
12-
set(MEDIAWRITER_MICRO_VERSION "50")
12+
set(MEDIAWRITER_MICRO_VERSION "90")
1313
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")
1414

1515
set(QT_MIN_VERSION "6.6.0")
@@ -25,7 +25,7 @@ include(GNUInstallDirs)
2525
include(FeatureSummary)
2626

2727

28-
if (${MEDIAWRITER_MICRO_VERSION} GREATER_EQUAL 50)
28+
if (${MEDIAWRITER_MICRO_VERSION} GREATER_EQUAL 50 AND ${MEDIAWRITER_MICRO_VERSION} LESS 90)
2929
execute_process(COMMAND git rev-parse --short HEAD OUTPUT_VARIABLE MEDIAWRITER_LAST_COMMIT OUTPUT_STRIP_TRAILING_WHITESPACE)
3030
add_definitions(-DMEDIAWRITER_VERSION="${MEDIAWRITER_VERSION}-${MEDIAWRITER_LAST_COMMIT}")
3131
else()

dist/win/mediawriter.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ XPStyle on
2020
# This is the size (in kB) of all the files copied into "Program Files"
2121
#!define INSTALLSIZE
2222

23-
VIProductVersion "0.5.50.0"
23+
VIProductVersion "0.5.1.90"
2424
VIAddVersionKey "ProductName" "${APPNAME}"
2525
VIAddVersionKey "Comments" "${DESCRIPTION}"
2626
VIAddVersionKey "CompanyName" "${COMPANYNAME}"
2727
VIAddVersionKey "LegalCopyright" "${COMPANYNAME}"
2828
VIAddVersionKey "FileDescription" "${APPNAME}"
29-
VIAddVersionKey "FileVersion" "0.5.50"
29+
VIAddVersionKey "FileVersion" "0.5.2"
3030

3131
;Set the name of the uninstall log
3232
!define UninstLog "uninstall.log"

dist/win/mediawriter_native.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ XPStyle on
2020
# This is the size (in kB) of all the files copied into "Program Files"
2121
#!define INSTALLSIZE
2222

23-
VIProductVersion "0.5.50.0"
23+
VIProductVersion "0.5.1.90"
2424
VIAddVersionKey "ProductName" "${APPNAME}"
2525
VIAddVersionKey "Comments" "${DESCRIPTION}"
2626
VIAddVersionKey "CompanyName" "${COMPANYNAME}"
2727
VIAddVersionKey "LegalCopyright" "${COMPANYNAME}"
2828
VIAddVersionKey "FileDescription" "${APPNAME}"
29-
VIAddVersionKey "FileVersion" "0.5.50"
29+
VIAddVersionKey "FileVersion" "0.5.2"
3030

3131
;Set the name of the uninstall log
3232
!define UninstLog "uninstall.log"

src/app/data/org.fedoraproject.MediaWriter.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
<update_contact>[email protected]</update_contact>
187187
<content_rating type="oars-1.1"/>
188188
<releases>
189-
<release version="5.0.1" date="2022-05-13"/>
189+
<release version="5.1.90" date="2024-10-29"/>
190190
</releases>
191191
</component>

src/app/data/org.fedoraproject.MediaWriter.appdata.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<update_contact>[email protected]</update_contact>
3232
<content_rating type="oars-1.1"/>
3333
<releases>
34-
<release version="5.1.3" date="2024-09-18"
35-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.1.3</url>
34+
<release version="5.1.90" date="2024-10-29"/>
35+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.1.90</url>
3636
</release>
3737
</releases>
3838
</component>

0 commit comments

Comments
 (0)