mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
library: docs: Update version number to 0.8.1
This commit is contained in:
parent
2e9ff26e6d
commit
d9ee26be4a
@ -38,7 +38,7 @@ PROJECT_NAME = "Nitro Engine"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 0.8.0
|
||||
PROJECT_NUMBER = 0.8.1
|
||||
|
||||
# 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
|
||||
|
@ -44,7 +44,7 @@ extern "C" {
|
||||
/// Minor version of Nitro Engine
|
||||
#define NITRO_ENGINE_MINOR (8)
|
||||
/// Patch version of Nitro Engine
|
||||
#define NITRO_ENGINE_PATCH (0)
|
||||
#define NITRO_ENGINE_PATCH (1)
|
||||
|
||||
/// Full version of Nitro Engine
|
||||
#define NITRO_ENGINE_VERSION ((NITRO_ENGINE_MAJOR << 16) | \
|
||||
@ -52,7 +52,7 @@ extern "C" {
|
||||
(NITRO_ENGINE_PATCH))
|
||||
|
||||
/// String with the version of Nitro Engine
|
||||
#define NITRO_ENGINE_VERSION_STRING "0.8.0"
|
||||
#define NITRO_ENGINE_VERSION_STRING "0.8.1"
|
||||
|
||||
/// @}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Nitro Engine v0.8.0
|
||||
Nitro Engine v0.8.1
|
||||
===================
|
||||
|
||||
Introduction
|
||||
|
Loading…
Reference in New Issue
Block a user