Skip to content

Commit 8951d1a

Browse files
committed
Bump version.
1 parent 7d73776 commit 8951d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ In order to use the library in CMake projects, we recommend using [FetchContent]
114114
include(FetchContent)
115115
FetchContent_Declare(XPrec
116116
GIT_REPOSITORY https://github.com/tuwien-cms/libxprec
117-
GIT_TAG v0.7.0
118-
FIND_PACKAGE_ARGS 0.7.0
117+
GIT_TAG v0.8.0
118+
FIND_PACKAGE_ARGS 0.8.0
119119
)
120120
FetchContent_MakeAvailable(XPrec)
121121

include/xprec/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
*/
66
#pragma once
77
#define XPREC_VERSION_MAJOR 0
8-
#define XPREC_VERSION_MINOR 7
8+
#define XPREC_VERSION_MINOR 8
99
#define XPREC_VERSION_PATCH 0

0 commit comments

Comments
 (0)