Skip to content

Commit e245744

Browse files
v1.2.1
1 parent c6986bf commit e245744

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.2.0")
31+
project(iota VERSION "1.2.1")
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
@@ -27,5 +27,5 @@
2727

2828
#define IOTA_VERSION_MAJOR 1
2929
#define IOTA_VERSION_MINOR 2
30-
#define IOTA_VERSION_PATCH 0
31-
#define IOTA_VERSION "1.2.0"
30+
#define IOTA_VERSION_PATCH 1
31+
#define IOTA_VERSION "1.2.1"

0 commit comments

Comments
 (0)