From f3a9767a1a963437372a5cab48dee68a54bd3609 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Wed, 24 Oct 2012 00:09:48 -0700 Subject: [PATCH] Releasing version 1.1.0 of serial Converted the build system to caktin --- changes.txt | 4 ++++ doc/Doxyfile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 781b2de..ca14dae 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,7 @@ +# 1.1.0 10-24-2012 + +* Converted the build system to catkin + # v1.0.1 8-27-2012 * Added baudrates: 1000000, 11520000, 2000000, 2500000, 3000000, 3500000, and 4000000 diff --git a/doc/Doxyfile b/doc/Doxyfile index def3233..f0cb0a5 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -31,13 +31,13 @@ PROJECT_NAME = serial # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0.1 +PROJECT_NUMBER = 1.1.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 quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Cross-platform serial port library written in C++" +PROJECT_BRIEF = "Cross-platform, serial port library written in C++" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not