diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-06-09 13:46:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-06-09 13:46:24 +0200 |
| commit | 1866b4e066605bd8b933cd647813669f7cd49fc8 (patch) | |
| tree | e20a2a97e52082165c7509843c1280dc65b08ae1 | |
| parent | 84dde58dfe9ce2cbc91b47bd6be099887040a17b (diff) | |
| download | newtype-1866b4e066605bd8b933cd647813669f7cd49fc8.tar.xz newtype-1866b4e066605bd8b933cd647813669f7cd49fc8.zip | |
newtype: bump version to 2.0.0
| -rw-r--r-- | source/doc/src/conf.py | 6 | ||||
| -rw-r--r-- | source/lib/include/newtype/version.hpp | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/source/doc/src/conf.py b/source/doc/src/conf.py index 1337ce3..a6e65de 100644 --- a/source/doc/src/conf.py +++ b/source/doc/src/conf.py @@ -6,10 +6,10 @@ import os # -- Project information ----------------------------------------------------- project = 'newtype' -copyright = '2020, Felix Morgner' +copyright = '2023, Felix Morgner' author = 'Felix Morgner' -version = '1.1' -release = '1.1.0' +version = '2.0' +release = '2.0.0' # -- General configuration --------------------------------------------------- diff --git a/source/lib/include/newtype/version.hpp b/source/lib/include/newtype/version.hpp index 8678514..e4eba54 100644 --- a/source/lib/include/newtype/version.hpp +++ b/source/lib/include/newtype/version.hpp @@ -12,10 +12,10 @@ namespace nt char const * const name; } version{ - .major = 1, - .minor = 1, + .major = 2, + .minor = 0, .patch = 0, - .name = "Anastasia", + .name = "Brynn", }; } // namespace nt |
