Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkTreasure1 committed Dec 22, 2023
1 parent 942800f commit 4bc0058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Engine/Templates/Project/Project.vtproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Project:
EngineVersion: 0.1.2
EngineVersion: 0.1.4
Name: Project
CompanyName: None
AssetsDirectory: Assets
Expand Down
2 changes: 1 addition & 1 deletion Volt/Volt/src/Volt/Core/Base.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <string>
#include <iostream>

#define VT_VERSION Version::Create(0, 1, 3)
#define VT_VERSION Version::Create(0, 1, 4)

#define BIT(X) (1 << (X))
#define TO_NORMALIZEDRGB(r, g, b) glm::vec4{ r / 255.f, g / 255.f, b / 255.f, 1.f }
Expand Down

0 comments on commit 4bc0058

Please sign in to comment.