Skip to content

Commit

Permalink
Updated engine and windows resource versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BtheDestroyer committed Jul 12, 2019
1 parent 302cac0 commit d948f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Aspen
{
namespace Engine
{
const Version::Version VERSION(0, 1, 0, Version::TIER::PREALPHA);
const Version::Version VERSION(0, 1, 2, Version::TIER::RELEASE);
const unsigned SDL_INIT_FLAGS = SDL_INIT_VIDEO | SDL_INIT_AUDIO;

unsigned Engine::_ecount = 0;
Expand Down
4 changes: 2 additions & 2 deletions src/default-windres.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppIcon ICON "./resources/Aspen_Logo.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 0,1,0,0
PRODUCTVERSION 0,1,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
Expand All @@ -13,7 +13,7 @@ BEGIN
VALUE "InternalName", "aspen_app"
VALUE "OriginalFilename", "aspen.exe"
VALUE "ProductName", "Aspen App"
VALUE "ProductVersion", "0.1"
VALUE "ProductVersion", "0.1.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit d948f53

Please sign in to comment.