Skip to content

Commit

Permalink
Merge pull request #2028 from baoilleach/bumpversion
Browse files Browse the repository at this point in the history
Bump version to 3.0.0a1
  • Loading branch information
baoilleach committed Sep 9, 2019
2 parents bc6e5a2 + a44fe81 commit 5f249f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Expand Up @@ -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
Expand Down

0 comments on commit 5f249f9

Please sign in to comment.