Skip to content

Commit

Permalink
Bump version to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Jun 30, 2019
1 parent 316cff4 commit bcef24a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#define VERSION_NUM 0,4,3,0
#define VERSION_LINEAR 430
#define VERSION_LINEAR_TEXT TEXT("430")
#define VERSION_NUM 0,4,4,0
#define VERSION_LINEAR 440
#define VERSION_LINEAR_TEXT TEXT("440")
#define VERSION_TEXT TEXT("0.4.3") // This must match the tag pushed on the server minus the "v"
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""

0 comments on commit bcef24a

Please sign in to comment.