From 8f0ad4a52566b1fee940f175379ac5a90fdca975 Mon Sep 17 00:00:00 2001 From: Pierre Moulon Date: Mon, 16 Sep 2024 12:16:33 -0700 Subject: [PATCH] Version 1.3.0 Summary: Bumping vrs and vrsplayer version numbers. Reviewed By: georges-berenger Differential Revision: D62757708 fbshipit-source-id: bedf950afa4b43148faff66429ecce5b00b898d4 --- CHANGELOG.md | 6 ++++++ tools/vrsplayer/main.cpp | 2 +- version.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bc4ec4..365ab891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ be covered. Note that fixes and minor improvements are rolling in regularly without triggering a new version number. +## Version 1.3.0 (Sep 16, 2024) + +- Version bump after cumulative changes. +- Various fix related to support upstream version of third party libraries. +- Improved support for Windows MSVC. + ## Version 1.2.0 (May 15, 2024) - Version bump after cumulative changes. diff --git a/tools/vrsplayer/main.cpp b/tools/vrsplayer/main.cpp index e47b7e72..7016f33c 100644 --- a/tools/vrsplayer/main.cpp +++ b/tools/vrsplayer/main.cpp @@ -79,7 +79,7 @@ int main(int argc, char* argv[]) { QCoreApplication::setApplicationName("VRSplayer"); QCoreApplication::setOrganizationName("Meta Reality Labs"); QGuiApplication::setApplicationDisplayName(QCoreApplication::applicationName()); - QCoreApplication::setApplicationVersion("v2.2.0"); + QCoreApplication::setApplicationVersion("v2.3.0"); QCommandLineParser parser; parser.setApplicationDescription("VRSplayer"); diff --git a/version.txt b/version.txt index 26aaba0e..f0bb29e7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.0 +1.3.0