Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flone-dnb authored Feb 20, 2021
1 parent 0d6fba7 commit da3c2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/FWorldGenerator/Public/FWGen.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class UStaticMeshComponent;

#define VERSION_SIZE 20
// Max size: 20 chars.
#define FWGEN_VERSION "FWG 1.0.0"
#define FWGEN_VERSION "FWG 1.0.1"

// --------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -503,4 +503,4 @@ class FWGenChunkMap
AFWGen* pGen;

std::mutex mtxLoadChunks;
};
};

0 comments on commit da3c2a7

Please sign in to comment.