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

Commit

Permalink
Version bump to 0.5g
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Jun 3, 2016
1 parent 7634dce commit aa851a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version_defines.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#define VER_CODE 30
#define VER_STR "0.5f"
#define VER_FILEVERSION 0,5,6,1
#define VER_FILEVERSION_STR "0.5.6.1"
#define VER_CODE 31
#define VER_STR "0.5g"
#define VER_FILEVERSION 0,5,7,1
#define VER_FILEVERSION_STR "0.5.7.1"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit aa851a3

Please sign in to comment.