Bump Memgraph version to 0.8.0

Reviewers: buda, mferencevic, mislav.bradac, florijan

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D881
This commit is contained in:
Teon Banek 2017-10-09 09:49:14 +02:00
parent 888a63b784
commit 9e744bc7dc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## Next version
## v0.8.0
### Major Features and Improvements

View File

@ -30,7 +30,7 @@ set(CMAKE_C_COMPILER "clang")
set(CMAKE_CXX_COMPILER "clang++")
# -----------------------------------------------------------------------------
project(memgraph VERSION 0.7.0)
project(memgraph VERSION 0.8.0)
# -----------------------------------------------------------------------------
# setup CMake module path, defines path for include() and find_package()