Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Mar 13, 2021
1 parent 6721b44 commit 2972b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export PATCHNAME=G1CP
export LONGNAME=Gothic 1 Community Patch
export VBASE=0
export VBASE=1
export VMAJOR=0
export VMINOR=1
export VMINOR=0
export WEBSITE=https://g1cp.org
export AUTHOR=G1CP Team
2 changes: 1 addition & 1 deletion src/Ninja/G1CP/Content/version.d
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* This file is automatically generated. Do not edit */
const int G1CP_Version = 0*10000+0*100+1;
const int G1CP_Version = 1*10000+0*100+0;

0 comments on commit 2972b6e

Please sign in to comment.