Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Mar 29, 2018
1 parent ef84a64 commit daee9e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
cmake_minimum_required(VERSION 3.1.0)
include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)

project(iota VERSION "1.0.0")
project(iota VERSION "1.2.0")
enable_language(C CXX)

option(BUILD_TESTING "" OFF)
Expand Down
4 changes: 2 additions & 2 deletions include/iota/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
#pragma once

#define IOTA_VERSION_MAJOR 1
#define IOTA_VERSION_MINOR 0
#define IOTA_VERSION_MINOR 2
#define IOTA_VERSION_PATCH 0
#define IOTA_VERSION "1.0.0"
#define IOTA_VERSION "1.2.0"

0 comments on commit daee9e9

Please sign in to comment.