Updated version number.

This commit is contained in:
leo 2013-01-02 07:51:52 +00:00
parent 03327527e9
commit e76cdc4e9c
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@
// Version number.
#define LC_VERSION_MAJOR 0
#define LC_VERSION_MINOR 79
#define LC_VERSION_PATCH 0
#define LC_VERSION_TEXT "0.79.0"
#define LC_VERSION_PATCH 1
#define LC_VERSION_TEXT "0.79.1"
// Check for supported platforms.
#if !defined(LC_WINDOWS) && !defined(LC_LINUX)

View file

@ -1,5 +1,5 @@
MAJOR := 0
MINOR := 79
PATCHLVL := 0
PATCHLVL := 1
VERSIONTAG :=
VERSION := $(MAJOR).$(MINOR).$(PATCHLVL)