Skip to content

Commit

Permalink
Bump version of project
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Aug 24, 2017
1 parent 5496f73 commit e51e9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.6)

project(brainfuck C)
set(brainfuck_VERSION_MAJOR 2)
set(brainfuck_VERSION_MINOR 6)
set(brainfuck_VERSION_PATCH 7)
set(brainfuck_VERSION_MINOR 7)
set(brainfuck_VERSION_PATCH 0)

option(ENABLE_DEBUG "Enable the debug extension for brainfuck." OFF)
if(ENABLE_DEBUG)
Expand Down

0 comments on commit e51e9f3

Please sign in to comment.