We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef84a64 commit daee9e9Copy full SHA for daee9e9
CMakeLists.txt
@@ -28,7 +28,7 @@
28
cmake_minimum_required(VERSION 3.1.0)
29
include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
30
31
-project(iota VERSION "1.0.0")
+project(iota VERSION "1.2.0")
32
enable_language(C CXX)
33
34
option(BUILD_TESTING "" OFF)
include/iota/version.hpp
@@ -26,6 +26,6 @@
26
#pragma once
27
#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 commit comments