Skip to content

Commit f342fad

Browse files
committed
Version bump
1 parent 15e89ee commit f342fad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.10)
2525
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
2626

2727
# set the project name
28-
project(mrc VERSION 1.3.12)
28+
project(mrc VERSION 1.3.13)
2929

3030
include(CTest)
3131

changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
Version 1.3.12
1+
Version 1.3.13
22
- Readlink does not write a null character, so we have
33
to add it ourselves.
44

5+
Version 1.3.12
6+
- No longer using FetchContent by default
7+
58
Version 1.3.11
69
- Added option --elf-template that can use an object
710
file or executable in ELF format as template to find

0 commit comments

Comments
 (0)