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.2e
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Jul 10, 2015
1 parent e6d0622 commit b38d209
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 10
#define VER_STR "0.2d"
#define VER_FILEVERSION 0,2,4,0
#define VER_FILEVERSION_STR "0.2.4.0"
#define VER_CODE 11
#define VER_STR "0.2e"
#define VER_FILEVERSION 0,2,5,0
#define VER_FILEVERSION_STR "0.2.5.0"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit b38d209

Please sign in to comment.