From 1f138ed7681aa2abf5d68c7a29205af05ee8a7c1 Mon Sep 17 00:00:00 2001 From: Fledge68 Date: Mon, 17 Sep 2018 09:44:42 -0500 Subject: [PATCH] - updated symantic version for wiiflow (lite) and the revision number for now. may get rid of revision number seeing as how this is no longer an subversion svn. --- source/defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/defines.h b/source/defines.h index dafc6d10..36220b04 100644 --- a/source/defines.h +++ b/source/defines.h @@ -1,7 +1,7 @@ #define APP_NAME "WiiFlow Lite" -#define APP_VERSION "4.4.0" -#define SVN_REV "1161" +#define APP_VERSION "4.5.0" +#define SVN_REV "1162" #define APP_DATA_DIR "wiiflow" #define APPS_DIR "apps/wiiflow_lite"