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.5a
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Mar 1, 2016
1 parent c2afdb7 commit 9e33c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version_defines.h
@@ -1,9 +1,9 @@
#pragma once

#define VER_CODE 23
#define VER_STR "0.5"
#define VER_FILEVERSION 0,5,0,0
#define VER_FILEVERSION_STR "0.5.0.0"
#define VER_CODE 24
#define VER_STR "0.5a"
#define VER_FILEVERSION 0,5,1,0
#define VER_FILEVERSION_STR "0.5.1.0"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit 9e33c8c

Please sign in to comment.