diff --git a/Changes b/Changes index a260979..b4621df 100644 --- a/Changes +++ b/Changes @@ -112,6 +112,11 @@ # A more detailed log history can be found within the particular files, near # the top. # +#--------- v2024 +# +# - "make clean" removes manual.pdf +# https://bugs.debian.org/1046413 +# #--------- v2023.2 # # - DONT_INCLUDE now affects \usepackage but not \input diff --git a/config/config.pl b/config/config.pl index 1b7e4e3..2156b23 100755 --- a/config/config.pl +++ b/config/config.pl @@ -441,8 +441,8 @@ package main; use vars qw(%prefs %cfg %newcfg); # This is the central place to modify the release name and date!!! -my $RELEASE = '2023.2'; -my $VERSION = 'Released July 1, 2023'; +my $RELEASE = '2024'; +my $VERSION = 'Released January 1, 2024'; # -------------------------------------------------------------------------- # Open log diff --git a/docs/manual.tex b/docs/manual.tex index 22268d9..86dc104 100644 --- a/docs/manual.tex +++ b/docs/manual.tex @@ -171,7 +171,7 @@ % \begin{latexonly} -This document accompanies \latextohtml{} version 2023.2. +This document accompanies \latextohtml{} version 2024. \paragraph{History}