Updated version to 1.0.0. Huzzah!
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = Squid::Tasks
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# 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
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Squid::Tasks version (major.minor.patch)
|
// Squid::Tasks version (major.minor.patch)
|
||||||
#define SQUID_TASKS_VERSION_MAJOR 0
|
#define SQUID_TASKS_VERSION_MAJOR 1
|
||||||
#define SQUID_TASKS_VERSION_MINOR 2
|
#define SQUID_TASKS_VERSION_MINOR 0
|
||||||
#define SQUID_TASKS_VERSION_PATCH 1
|
#define SQUID_TASKS_VERSION_PATCH 0
|
||||||
|
|
||||||
/// @defgroup Config Configuration
|
/// @defgroup Config Configuration
|
||||||
/// @brief Configuration settings for the Squid::Tasks library
|
/// @brief Configuration settings for the Squid::Tasks library
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Squid::Tasks version (major.minor.patch)
|
// Squid::Tasks version (major.minor.patch)
|
||||||
#define SQUID_TASKS_VERSION_MAJOR 0
|
#define SQUID_TASKS_VERSION_MAJOR 1
|
||||||
#define SQUID_TASKS_VERSION_MINOR 2
|
#define SQUID_TASKS_VERSION_MINOR 0
|
||||||
#define SQUID_TASKS_VERSION_PATCH 0
|
#define SQUID_TASKS_VERSION_PATCH 0
|
||||||
|
|
||||||
/// @defgroup Config Configuration
|
/// @defgroup Config Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user