diff --git a/doc/Doxyfile b/doc/Doxyfile index 1673dc405a..e91ddb418c 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = iutest # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.11.99.33 +PROJECT_NUMBER = 1.12.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 diff --git a/include/iutest_ver.hpp b/include/iutest_ver.hpp index ee76e0dbb9..c343fed4a7 100644 --- a/include/iutest_ver.hpp +++ b/include/iutest_ver.hpp @@ -17,11 +17,11 @@ //====================================================================== // define -#define IUTEST_VER 0x01119933u //!< iutest version 1.11.99.33 +#define IUTEST_VER 0x01120000u //!< iutest version 1.12.0.0 #define IUTEST_MAJORVER 0x01u //!< Major Version -#define IUTEST_MINORVER 0x11u //!< Minor Version -#define IUTEST_BUILD 0x99u //!< Build -#define IUTEST_REVISION 0x33u //!< Revision +#define IUTEST_MINORVER 0x12u //!< Minor Version +#define IUTEST_BUILD 0x00u //!< Build +#define IUTEST_REVISION 0x00u //!< Revision /** * @mainpage