From a44fe81be23165371c2a7ff2c4f563f5708e7c39 Mon Sep 17 00:00:00 2001 From: Noel O'Boyle Date: Mon, 9 Sep 2019 10:04:57 +0100 Subject: [PATCH] Bump version to 3.0.0a1 --- CMakeLists.txt | 6 +++--- doc/Doxyfile.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abd1b461ac..1185bece92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,9 +18,9 @@ include (CheckCXXCompilerFlag) # Version numbering - should be bumped for each release # Note that for "beta" releases, we should start at x.90.0 -- we've # had too many 1.100.1 releases. :-) -set(BABEL_MAJ_VER 2) -set(BABEL_MIN_VER 4) -set(BABEL_PATCH_VER 90) +set(BABEL_MAJ_VER 3) +set(BABEL_MIN_VER 0) +set(BABEL_PATCH_VER a1) # This should be phased out in preference for just using the target name set(BABEL_LIBRARY openbabel) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index e14901b7a2..6394c47a9d 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -32,7 +32,7 @@ PROJECT_NAME = "Open Babel" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.3 +PROJECT_NUMBER = 3.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