update revision to 0.0.1

this is the last version for gnuradio 3.6
This commit is contained in:
Dimitri Stolnikov 2013-05-28 20:13:01 +02:00
parent ceb14f0f13
commit a19c9f84ff
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")
set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 0)
set(VERSION_INFO_MINOR_VERSION 1)
set(VERSION_INFO_MAINT_VERSION git)
set(VERSION_INFO_MAINT_VERSION 0)
include(GrVersion) #setup version info
########################################################################