Skip to content

Commit

Permalink
Updated version number on tag to match tag before making the tarballs.
Browse files Browse the repository at this point in the history
git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/tags/0.8.1@1501 af78ad9f-9711-0410-ba57-a8eff4914ec4
  • Loading branch information
cryos committed Jun 7, 2008
1 parent de9c03c commit 94e10ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avogadro/CMakeLists.txt
@@ -1,5 +1,5 @@
project(avogadro)
set(VERSION "0.8.0")
set(VERSION "0.8.1")

# Generate SVN_REVISION variable
execute_process(COMMAND svnversion -n ${CMAKE_SOURCE_DIR}
Expand Down
2 changes: 1 addition & 1 deletion libavogadro/CMakeLists.txt
@@ -1,7 +1,7 @@
project(libavogadro)
# Library versioning
# We probably want to adopt the libtool scheme once we hit 1.0.0
set(VERSION 0.8.0)
set(VERSION 0.8.1)
set(SOVERSION 0)

# Generate SVN_REVISION variable
Expand Down

0 comments on commit 94e10ef

Please sign in to comment.