Skip to content

Commit

Permalink
- prepare release of QSvn 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anrichter committed Dec 20, 2008
1 parent 78f7945 commit 3e95b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.8.0 - released 2008-xx-xx
Version 0.8.0 - released 2008-12-20

New Features
------------
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ENDIF(COMMAND cmake_policy)
INCLUDE (CheckCXXCompilerFlag)

SET(QSVN_MAJOR_VERSION 0)
SET(QSVN_MINOR_VERSION 7)
SET(QSVN_MICRO_VERSION 90)
SET(QSVN_MINOR_VERSION 8)
SET(QSVN_MICRO_VERSION 0)
SET(QSVN_BUILD_VERSION 0)

SET(QSVN_VERSION_STRING "${QSVN_MAJOR_VERSION}.${QSVN_MINOR_VERSION}.${QSVN_MICRO_VERSION}")
Expand Down

0 comments on commit 3e95b97

Please sign in to comment.