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.8a
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Dec 1, 2018
1 parent 2c751fd commit b2e9e45
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 39
#define VER_STR "0.8"
#define VER_FILEVERSION 0,8,0,0
#define VER_FILEVERSION_STR "0.8.0.0"
#define VER_CODE 40
#define VER_STR "0.8a"
#define VER_FILEVERSION 0,8,1,0
#define VER_FILEVERSION_STR "0.8.1.0"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit b2e9e45

Please sign in to comment.