Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from LibreVR:master #64

Merged
merged 1 commit into from
Aug 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ReviveOverlay/revivemanifestcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

CReviveManifestController *s_pSharedRevController = NULL;
const char* CReviveManifestController::AppKey = "revive.dashboard.overlay";
const char* CReviveManifestController::AppPrefix = "revive.software.";
const char* CReviveManifestController::AppPrefix = "revive.app.";

CReviveManifestController *CReviveManifestController::SharedInstance()
{
Expand Down
2 changes: 1 addition & 1 deletion ReviveOverlay/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define REV_MAJOR_VERSION 1
#define REV_MINOR_VERSION 8
#define REV_PATCH_VERSION 0
#define REV_BUILD_NUMBER 0
#define REV_BUILD_NUMBER 1

#define REV_VERSION_STRING REV_STRINGIFY(REV_MAJOR_VERSION.REV_MINOR_VERSION.REV_PATCH_VERSION.REV_BUILD_NUMBER)
#define REV_VERSION_INT (REV_MAJOR_VERSION << 24 | REV_MINOR_VERSION << 16 | REV_PATCH_VERSION << 8 | REV_BUILD_NUMBER)
2 changes: 1 addition & 1 deletion appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<pubDate>15 August 2019</pubDate>
<enclosure url="https://github.com/LibreVR/Revive/releases/download/1.8.0/ReviveInstaller.exe"
type="application/exe"
sparkle:version="1.8.0.0"
sparkle:version="1.8.0.1"
sparkle:os="windows-x64"/>
</item>
</channel>
Expand Down