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.4c
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Jan 22, 2016
1 parent 5dc75c8 commit 587e31e
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 21
#define VER_STR "0.4b"
#define VER_FILEVERSION 0,4,2,0
#define VER_FILEVERSION_STR "0.4.2.0"
#define VER_CODE 22
#define VER_STR "0.4c"
#define VER_FILEVERSION 0,4,3,0
#define VER_FILEVERSION_STR "0.4.3.0"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit 587e31e

Please sign in to comment.