Skip to content

Commit daee9e9

Browse files
v1.2.0
1 parent ef84a64 commit daee9e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
cmake_minimum_required(VERSION 3.1.0)
2929
include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
3030

31-
project(iota VERSION "1.0.0")
31+
project(iota VERSION "1.2.0")
3232
enable_language(C CXX)
3333

3434
option(BUILD_TESTING "" OFF)

include/iota/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#pragma once
2727

2828
#define IOTA_VERSION_MAJOR 1
29-
#define IOTA_VERSION_MINOR 0
29+
#define IOTA_VERSION_MINOR 2
3030
#define IOTA_VERSION_PATCH 0
31-
#define IOTA_VERSION "1.0.0"
31+
#define IOTA_VERSION "1.2.0"

0 commit comments

Comments
 (0)