From a57baff760aab61b0debd9a6b278b5dd2c5d2231 Mon Sep 17 00:00:00 2001 From: Jas Laferriere Date: Wed, 22 Dec 2021 18:19:47 -0500 Subject: [PATCH] add comment hi Nikki --- common/include/NintendontVersion.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/include/NintendontVersion.h b/common/include/NintendontVersion.h index 2438fc9c..9b268c08 100644 --- a/common/include/NintendontVersion.h +++ b/common/include/NintendontVersion.h @@ -1,6 +1,8 @@ #ifndef __NINTENDONT_VERSION_H__ #define __NINTENDONT_VERSION_H__ +// Version number of Nintendont, doesn't show up in the app though, that requires you to push +// the release tag on github via git push --atomic origin #define NIN_VERSION "1.9.3" #endif \ No newline at end of file