From 691057a163b3d421f0951d35030e235c89a0a654 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 14 Feb 2025 12:53:53 -0800 Subject: [PATCH] Updated to project version 0.1.1 --- CMakeLists.txt | 2 +- Doxyfile | 2 +- README.md | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b7311..6355139 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20) # Use the fancy version substitution project(main - VERSION 0.1.0 + VERSION 0.1.1 DESCRIPTION "template for cmake + cpputest" LANGUAGES C CXX ) diff --git a/Doxyfile b/Doxyfile index d6236c5..3e54e37 100644 --- a/Doxyfile +++ b/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "My Project" +PROJECT_NAME = "Motorized Fader" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/README.md b/README.md index 3912f13..f4163c1 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,6 @@ press of the button. ./avrdude.exe -p t13 -c usbasp -B 125kHz -U flash:w:.\build\src\main.hex -U lfuse:w:0x6A:m -U hfuse:w:0xFF:m -U lock:w:0xFF:m ``` - - ## Building Project(UNIX) ### Building Hex Files