From f6cc6588ca594d1b505c9cd0d89321df9809863b Mon Sep 17 00:00:00 2001 From: Thurston Yates Date: Thu, 9 Jan 2025 16:19:36 -0500 Subject: [PATCH] Bump minor version --- Makefile | 2 +- docs/Doxyfile | 2 +- include/robodash/api.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2c9b858..e441bdb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ EXCLUDE_COLD_LIBRARIES:= # Set this to 1 to add additional rules to compile your project as a PROS library template IS_LIBRARY:=1 LIBNAME:=robodash -VERSION:=2.2.0 +VERSION:=2.3.0 # EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c # this line excludes opcontrol.c and similar files diff --git a/docs/Doxyfile b/docs/Doxyfile index 0bac641..726323f 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = Robodash # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.2.0 +PROJECT_NUMBER = 2.3.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/robodash/api.h b/include/robodash/api.h index aaffe66..ccf5ee5 100644 --- a/include/robodash/api.h +++ b/include/robodash/api.h @@ -9,7 +9,7 @@ #define ROBODASH #define RD_VERSION_MAJOR 2 -#define RD_VERSION_MINOR 2 +#define RD_VERSION_MINOR 3 #define RD_VERSION_PATCH 0 #include "liblvgl/lvgl.h"