Skip to content

Commit

Permalink
Bump for 2.4.1 with correct library version and SWIG wrappers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghutchis committed Oct 10, 2016
1 parent 297508b commit 18b0380
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include (MacroEnsureVersion)
# had too many 1.100.1 releases. :-)
set(BABEL_MAJ_VER 2)
set(BABEL_MIN_VER 4)
set(BABEL_PATCH_VER 0)
set(BABEL_PATCH_VER 1)

# 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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Open Babel README version 2.4.0
Open Babel README version 2.4.1
-------------------------------

Open Babel is a chemical toolbox designed to speak the many languages
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Library versioning
set(SOVERSION 4)
set(LIBRARY_VERSION 4.0.0)
set(SOVERSION 5)
set(LIBRARY_VERSION 5.0.0)

set(charges
charges/eem.cpp
Expand Down

0 comments on commit 18b0380

Please sign in to comment.