Skip to content

Commit

Permalink
First official release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Rettenberger committed Mar 24, 2016
1 parent bbe44fd commit f672507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -38,8 +38,8 @@ cmake_minimum_required( VERSION 2.8 )
# ASAGI
project( ASAGI )

set( ASAGI_VERSION_MAJOR 0 )
set( ASAGI_VERSION_MINOR 5 )
set( ASAGI_VERSION_MAJOR 1 )
set( ASAGI_VERSION_MINOR 0 )

##### User configuration #####
option( SHARED_LIB "Compile the shared library" ON )
Expand Down

0 comments on commit f672507

Please sign in to comment.