Updated version to 1.0.0. Huzzah!

This commit is contained in:
Tim Ambrogi 2022-05-19 11:11:47 -04:00
parent 75748915ed
commit 749bd54ba1
4 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = Squid::Tasks
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.2.0
PROJECT_NUMBER = 1.0.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

View File

@ -1,4 +1,4 @@
# SquidTasks 0.2.0
# SquidTasks
[TOC]

View File

@ -1,9 +1,9 @@
#pragma once
// Squid::Tasks version (major.minor.patch)
#define SQUID_TASKS_VERSION_MAJOR 0
#define SQUID_TASKS_VERSION_MINOR 2
#define SQUID_TASKS_VERSION_PATCH 1
#define SQUID_TASKS_VERSION_MAJOR 1
#define SQUID_TASKS_VERSION_MINOR 0
#define SQUID_TASKS_VERSION_PATCH 0
/// @defgroup Config Configuration
/// @brief Configuration settings for the Squid::Tasks library

View File

@ -1,8 +1,8 @@
#pragma once
// Squid::Tasks version (major.minor.patch)
#define SQUID_TASKS_VERSION_MAJOR 0
#define SQUID_TASKS_VERSION_MINOR 2
#define SQUID_TASKS_VERSION_MAJOR 1
#define SQUID_TASKS_VERSION_MINOR 0
#define SQUID_TASKS_VERSION_PATCH 0
/// @defgroup Config Configuration