Skip to content

Commit

Permalink
chore: Update versions for the 1.18.0 release candidate 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 23, 2024
1 parent 256d505 commit 3d2fdab
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,18 @@ AED3 1134 9C23 A123 E5C4 AA4B 139C A045 3DA2 D773
```

[#[email protected]]: https://web.libera.chat/#qtox
[64 bit release]: https://github.com/qTox/qTox/releases/download/v1.17.6/setup-qtox-x86_64-release.exe
[32 bit release]: https://github.com/qTox/qTox/releases/download/v1.17.6/setup-qtox-i686-release.exe
[64 bit release]: https://github.com/qTox/qTox/releases/download/v1.18.0-rc1/setup-qtox-x86_64-release.exe
[32 bit release]: https://github.com/qTox/qTox/releases/download/v1.18.0-rc1/setup-qtox-i686-release.exe
[32nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-i686-release.exe
[64nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-x86_64-release.exe
[Flatpak]: https://github.com/qTox/qTox/releases/download/v1.17.6/qTox-v1.17.6.x86_64.flatpak
[Flatpak]: https://github.com/qTox/qTox/releases/download/v1.18.0-rc1/qTox-v1.18.0.x86_64.flatpak
[Flatpak nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly.flatpak
[Arch]: /INSTALL.md#arch
[Building instructions]: /INSTALL.md#os-x
[Contributing]: /CONTRIBUTING.md#how-to-start-contributing
[Debian]: https://packages.debian.org/search?keywords=qtox
[easy issues]: https://github.com/qTox/qTox/labels/E-easy
[Latest release]: https://github.com/qTox/qTox/releases/download/v1.17.6/qTox.dmg
[Latest release]: https://github.com/qTox/qTox/releases/download/v1.18.0-rc1/qTox.dmg
[Latest nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly.dmg
[Fedora]: /INSTALL.md#fedora
[Gentoo]: /INSTALL.md#gentoo
Expand Down
4 changes: 2 additions & 2 deletions osx/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.17.6</string>
<string>1.18.0-rc1</string>
<key>CFBundleSignature</key>
<string>toxq</string>
<key>CFBundleURLTypes</key>
Expand All @@ -84,7 +84,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.17.6</string>
<string>1.18.0-rc1</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSCameraUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion res/io.github.qtox.qTox.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<releases>
​ <release version="1.17.6" date="2022-03-05"/>
​ <release version="1.18.0-rc1" date="2024-11-23"/>
</releases>
</component>

2 changes: 1 addition & 1 deletion windows/qtox.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Section "Install"
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}"
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "Path" "$INSTDIR\bin\"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "qTox"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.17.5"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.0-rc1"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io"
Expand Down
2 changes: 1 addition & 1 deletion windows/qtox64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Section "Install"
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}"
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "Path" "$INSTDIR\bin\"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "qTox"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.17.5"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.0-rc1"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io"
Expand Down

0 comments on commit 3d2fdab

Please sign in to comment.