From 74851307afd28509981490e45515b0828842ed39 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 3 Sep 2019 17:26:20 -0500 Subject: [PATCH] Updating Version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0477107..7544eb8 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ VERSION_MICRO := 0 APP_TITLE := eBookReader APP_AUTHOR := SeanOMik -APP_VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO} +APP_VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}-beta #--------------------------------------------------------------------------------- # options for code generation