Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
brunexgeek committed Jun 28, 2019
1 parent 417ee6b commit fbbdda4
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 @@ -2,9 +2,9 @@ project(webster)

cmake_minimum_required(VERSION 2.8)

set(PROTOGEN_MAJOR 0)
set(PROTOGEN_MINOR 6)
set(PROTOGEN_PATCH 2)
set(PROTOGEN_MAJOR 1)
set(PROTOGEN_MINOR 0)
set(PROTOGEN_PATCH 0)

add_definitions(-DPROTOGEN_MAJOR=${PROTOGEN_MAJOR})
add_definitions(-DPROTOGEN_MINOR=${PROTOGEN_MINOR})
Expand Down

0 comments on commit fbbdda4

Please sign in to comment.