diff --git a/.versionrc b/.versionrc index 4f94a9ba..86319c4f 100644 --- a/.versionrc +++ b/.versionrc @@ -1,4 +1,4 @@ -version: 2.88.0 +version: 2.88.1 files: Makefile README.adoc changesfile: ChangeLog format: (0|[1-9][0-9]*)\.(0|[1-9][0-9]{0,1})\.(0|[1-9][0-9]{0,1}) diff --git a/ChangeLog b/ChangeLog index 6bba0fe0..ef23e0fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 12 16:10:00 UTC 2022 - tomschr@users.noreply.github.com + +- Update 2.88.1 + Only a bugfix release. In the SBP stylesheets for FO, the + article titlepage wasn't really imported. + ------------------------------------------------------------------- Fri Dec 09 14:10:00 UTC 2022 - tomschr@users.noreply.github.com diff --git a/Makefile b/Makefile index 93ace741..bf672801 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.88.0 +VERSION := 2.88.1 CDIR := $(shell pwd) SUSE_XML_PATH := $(PREFIX)/xml/suse DB_XML_PATH := $(PREFIX)/xml/docbook