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.5f (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed May 6, 2016
1 parent 63f5107 commit dc93bd8
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 29
#define VER_STR "0.5f-beta1"
#define VER_FILEVERSION 0,5,6,0
#define VER_FILEVERSION_STR "0.5.6.0"
#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_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

1 comment on commit dc93bd8

@Asday
Copy link

@Asday Asday commented on dc93bd8 May 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Memes.

Please sign in to comment.