From 01b2a47fac5f6c3de31dd26161c58d541fd3383b Mon Sep 17 00:00:00 2001 From: pseudophpt Date: Thu, 2 Aug 2018 20:31:01 -0400 Subject: [PATCH] Update version numbers --- CHANGELOG.md | 2 ++ n64/os/Doxyfile | 2 +- n64/os/Doxyfile.priv | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 800a6a7..d6e2e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased](https://github.com/pseudophpt/pseultra/compare/master...develop) +## [1.0.1](https://github.com/pseudophpt/pseultra/compare/v1.0.0...v1.0.1) - 2018-08-02 + ### Added - C Preprocessing for assembly - Documentation using `doxygen` diff --git a/n64/os/Doxyfile b/n64/os/Doxyfile index 3d233c4..3d962c4 100644 --- a/n64/os/Doxyfile +++ b/n64/os/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libpseultra" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.0.0 +PROJECT_NUMBER = v1.0.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 diff --git a/n64/os/Doxyfile.priv b/n64/os/Doxyfile.priv index 23150d0..753ee8b 100644 --- a/n64/os/Doxyfile.priv +++ b/n64/os/Doxyfile.priv @@ -38,7 +38,7 @@ PROJECT_NAME = "libpseultra" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.0.0 +PROJECT_NUMBER = v1.0.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