Skip to content

Commit

Permalink
final(?) update before release
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Oct 29, 2014
1 parent 8f59898 commit 6bb14c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ set(RDK_PYTHON_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/rdkit")
# Config variables:
set(RDKit_Year "2014")
set(RDKit_Month "09")
set(RDKit_Revision "1pre")
set(RDKit_Revision "1")
set(RDKit_ABI "1")

set(RDKit_CodeDir "${CMAKE_SOURCE_DIR}/Code")
Expand Down
2 changes: 1 addition & 1 deletion Docs/Book/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2014.09'
# The full version, including alpha/beta/rc tags.
release = '2014.09.1pre'
release = '2014.09.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ New Features:


New Database Cartridge Features:
- *NOTE:* the configuration variable rdkit.ss_fp_size has been renamed to rdkit.sss_fp_size
- Chemical reactions and several operations on them are now supported
- Avalon fingerprints now supported (when support has been compiled in)

Expand Down

0 comments on commit 6bb14c6

Please sign in to comment.