Updated version to 1.0.0. Huzzah!
This commit is contained in:
parent
75748915ed
commit
749bd54ba1
2
Doxyfile
2
Doxyfile
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user