All: Increment patch level for 0.1.1

This commit is contained in:
Jeffrey Pfau 2014-12-17 21:28:34 -08:00
parent 64d27eb334
commit ded128e283
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ endfunction()
# Version information
set(LIB_VERSION_MAJOR 0)
set(LIB_VERSION_MINOR 1)
set(LIB_VERSION_PATCH 0)
set(LIB_VERSION_PATCH 1)
set(LIB_VERSION_ABI 0.1)
set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})