Skip to content

Commit

Permalink
v0.13.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Oct 15, 2019
1 parent 505d315 commit e32c3ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#pragma once

#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 12
#define LOVR_VERSION_MINOR 13
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Mushroom Detector"
#define LOVR_VERSION_ALIAS "Very Velociraptor"

#ifdef _WIN32
#define LOVR_EXPORT __declspec(dllexport)
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>v0.12.0</string>
<string>v0.13.0</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Expand Down

0 comments on commit e32c3ea

Please sign in to comment.