Skip to content

Commit

Permalink
MSVTK 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finetjul committed Feb 2, 2013
1 parent c1a43b3 commit 811b804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ endif()
#-----------------------------------------------------------------------------
# MSVTK version number. An even minor number corresponds to releases.
#
set(${kit}_VERSION_MAJOR 0)
set(${kit}_VERSION_MINOR 1)
set(${kit}_VERSION_MAJOR 1)
set(${kit}_VERSION_MINOR 0)
set(${kit}_VERSION_PATCH 0)
# Releases define a tweak level
#set(${kit}_VERSION_TWEAK 0)
set(${kit}_VERSION_TWEAK 0)
#set(${kit}_VERSION_RC 1)

include(ExtractRepositoryInfo)
Expand Down

0 comments on commit 811b804

Please sign in to comment.