Skip to content

Commit

Permalink
bump version number to v128
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed May 17, 2022
1 parent e5d1f2d commit 6174fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ares/ares/ares.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using namespace nall;

namespace ares {
static const string Name = "ares";
static const string Version = "127";
static const string Version = "128";
static const string Copyright = "ares team, Near";
static const string License = "ISC";
static const string LicenseURI = "https://opensource.org/licenses/ISC";
Expand All @@ -47,7 +47,7 @@ namespace ares {

//incremented only when serialization format changes
static const u32 SerializerSignature = 0x31545342; //"BST1" (little-endian)
static const string SerializerVersion = "127.1";
static const string SerializerVersion = "128";

namespace VFS {
using Pak = shared_pointer<vfs::directory>;
Expand Down

0 comments on commit 6174fa3

Please sign in to comment.