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

@@ -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