diff --git a/build/csnake.nsi b/build/csnake.nsi index 7ee0449..4d4f2e4 100644 --- a/build/csnake.nsi +++ b/build/csnake.nsi @@ -10,8 +10,8 @@ !define COMP_NAME "csnake-org" !define WEB_SITE "https://github.com/csnake-org/CSnake" !define VERSION_MAJOR 2 -!define VERSION_MINOR 5 -!define VERSION_BUILD 2 +!define VERSION_MINOR 6 +!define VERSION_BUILD 0 !define VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD}.0" !define COPYRIGHT "${COMP_NAME} © 2015" !define DESCRIPTION "Application" diff --git a/doc/Doxyfile.doxy b/doc/Doxyfile.doxy index 4cc9cc8..a41f1e8 100644 --- a/doc/Doxyfile.doxy +++ b/doc/Doxyfile.doxy @@ -38,7 +38,7 @@ PROJECT_NAME = CSnake # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.5.2 +PROJECT_NUMBER = 2.6.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/resources/about.txt b/resources/about.txt index 89dc4bf..dc66e05 100644 --- a/resources/about.txt +++ b/resources/about.txt @@ -1,5 +1,5 @@ [About] name = CSnake -version = 2.5.2 +version = 2.6.0 description = Helper tool for library compilation configuration. author = csnake-org