Skip to content

Commit

Permalink
fix qtav version in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Aug 4, 2017
1 parent 5aa04f3 commit 206d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR)
project(QTAV)

set(QTAV_MAJOR 1)
set(QTAV_MINOR 11)
set(QTAV_MINOR 12)
set(QTAV_PATCH 0)
set(PROJECT_VERSION ${QTAV_MAJOR}.${QTAV_MINOR}.${QTAV_PATCH})
set(SO_VERSION ${QTAV_MAJOR})
Expand Down

0 comments on commit 206d89f

Please sign in to comment.