Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
Summary: Bumping vrs and vrsplayer version numbers.

Reviewed By: georges-berenger

Differential Revision: D62757708

fbshipit-source-id: bedf950afa4b43148faff66429ecce5b00b898d4
  • Loading branch information
SeaOtocinclus authored and facebook-github-bot committed Sep 16, 2024
1 parent 1755b5d commit 8f0ad4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tools/vrsplayer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0

0 comments on commit 8f0ad4a

Please sign in to comment.