Skip to content

Commit 91c439c

Browse files
author
Stefan Raspl
committed
Release: Prepare v2.5.1
Signed-off-by: Stefan Raspl <[email protected]>
1 parent 807053c commit 91c439c

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# major : Backwards compatible changes to the API
55
# minor : Additions leaving the API unmodified
66
# bugfix: Bugfixes only
7-
VERSION = 2.5.99
7+
VERSION = 2.5.1
88
VERM = $(shell echo $(VERSION) | cut -d '.' -f 1)
99
CFLAGS ?= -g -Wall -O2
1010
LDFLAGS ?=

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,13 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
8787
Release History
8888
---------------
8989

90-
* __v2.5.99 (tbd)__
90+
* __v2.5.1 (2025-05-10)__
9191

9292
_Changes_:
9393
- Recognize IBM z17 and LinuxONE Emperor 5
9494
- `sysinfo`: Use consistent logic when reading from dump and in live
9595
system, increase initial buffer size to accommodate bigger systems
9696

97-
_Bug fixes_:
98-
9997
* __v2.5.0 (2024-04-28)__
10098

10199
_Changes_:

config.doxygen

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,23 +1208,23 @@ VERBATIM_HEADERS = YES
12081208
# generated with the -Duse_libclang=ON option for CMake.
12091209
# The default value is: NO.
12101210

1211-
CLANG_ASSISTED_PARSING = NO
1211+
#CLANG_ASSISTED_PARSING = NO
12121212

12131213
# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
12141214
# tag is set to YES then doxygen will add the directory of each input to the
12151215
# include path.
12161216
# The default value is: YES.
12171217
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
12181218

1219-
CLANG_ADD_INC_PATHS = YES
1219+
#CLANG_ADD_INC_PATHS = YES
12201220

12211221
# If clang assisted parsing is enabled you can provide the compiler with command
12221222
# line options that you would normally use when invoking the compiler. Note that
12231223
# the include paths will already be set by doxygen for the files and directories
12241224
# specified with INPUT and INCLUDE_PATH.
12251225
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
12261226

1227-
CLANG_OPTIONS =
1227+
#CLANG_OPTIONS =
12281228

12291229
# If clang assisted parsing is enabled you can provide the clang parser with the
12301230
# path to the directory containing a file called compile_commands.json. This
@@ -1237,7 +1237,7 @@ CLANG_OPTIONS =
12371237
# Note: The availability of this option depends on whether or not doxygen was
12381238
# generated with the -Duse_libclang=ON option for CMake.
12391239

1240-
CLANG_DATABASE_PATH =
1240+
#CLANG_DATABASE_PATH =
12411241

12421242
#---------------------------------------------------------------------------
12431243
# Configuration options related to the alphabetical class index

query_capacity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef QUERY_CAPACITY
66
#define QUERY_CAPACITY
77

8-
#define QC_VERSION "2.5.99"
8+
#define QC_VERSION "2.5.1"
99

1010

1111
/* Build Customization */

0 commit comments

Comments
 (0)