From 6258502911c06c40c473d72df76193272b6b58cb Mon Sep 17 00:00:00 2001 From: arnitdo Date: Sat, 17 Jul 2021 15:09:29 +0530 Subject: [PATCH] Public release v1.0.0! --- src/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.cpp b/src/config.cpp index 961e551..8a5b7b7 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -3,9 +3,9 @@ #ifndef GPIOSTUDIO_CONFIG_CPP #define GPIOSTUDIO_CONFIG_CPP -#define MAJOR_VERSION 0 +#define MAJOR_VERSION 1 #define MINOR_VERSION 0 -#define REVISION 9 +#define REVISION 0 #define GPIOD_ID 0 #define PSTART_ID 1