Skip to content

Commit

Permalink
Release: Prepare v2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Raspl <[email protected]>
  • Loading branch information
Stefan Raspl committed Apr 2, 2022
1 parent 6e8a1b6 commit ac9562c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# major : Backwards compatible changes to the API
# minor : Additions leaving the API unmodified
# bugfix: Bugfixes only
VERSION = 2.3.0
VERSION = 2.3.1
VERM = $(shell echo $(VERSION) | cut -d '.' -f 1)
CFLAGS ?= -g -Wall -O2
LDFLAGS ?=
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,11 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
Release History
---------------

* __v2.3.x (tbd)__
* __v2.3.1 (2022-04-05)__

_Changes_:
- Recognize IBM z16

_Bug fixes_:

* __v2.3.0 (2021-04-28)__

_Changes_:
Expand Down
7 changes: 0 additions & 7 deletions config.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -981,13 +981,6 @@ VERBATIM_HEADERS = YES

ALPHABETICAL_INDEX = YES

# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

COLS_IN_ALPHA_INDEX = 5

# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
Expand Down
2 changes: 1 addition & 1 deletion query_capacity.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef QUERY_CAPACITY
#define QUERY_CAPACITY

#define QC_VERSION "2.3.0"
#define QC_VERSION "2.3.1"


/* Build Customization */
Expand Down

0 comments on commit ac9562c

Please sign in to comment.