Skip to content

Commit

Permalink
Updated release date and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharrer-ask committed Feb 17, 2025
1 parent e0619ce commit 1ca7b09
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Changelog =

== v1.10 from 2025/02/17 ==
* Added support for current versions of Perl.

== v1.9 from 2020/09/27 ==
* Added support for develop versions of formats, e.g. 'latex-dev'.

Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
texdef -- Show definitions of TeX commands
Version 1.9 -- 2020/09/27
Copyright (c) 2011-2022 Martin Scharrer <martin.scharrer@web.de>
Version 1.10 -- 2025/02/17
Copyright (c) 2011-2025 Martin Scharrer <martin.scharrer@web.de>
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it under certain conditions;

Expand Down
8 changes: 4 additions & 4 deletions texdef.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# texdef -- Show definitions of TeX commands
# Copyright (c) 2011-2022 Martin Scharrer <martin.scharrer@web.de>
# Copyright (c) 2011-2025 Martin Scharrer <martin.scharrer@web.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -116,14 +116,14 @@ sub addignore {
my $BEGINENVSTR = '%s';
my $ENDENVSTR = '%s';

my $VERSION = 'Version 1.9 -- 2020/09/27';
my $VERSION = 'Version 1.10 -- 2025/02/17';
sub usage {
my $option = shift;
my $ret = ($option) ? 0 : 1;
print << 'EOT';
texdef -- Show definitions of TeX commands
Version 1.9 -- 2020/09/27
Copyright (c) 2011-2022 Martin Scharrer <martin.scharrer@web.de>
Version 1.10 -- 2025/02/17
Copyright (c) 2011-2025 Martin Scharrer <martin.scharrer@web.de>
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it under certain conditions;
Expand Down
4 changes: 2 additions & 2 deletions texdef.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
\title{The \textsf{texdef} script}
\author{Martin Scharrer}
\email{martin.scharrer@web.de}
\repository{https://sourceforge.net/projects/texdef/}
\date{Version 1.9 -- 2020/09/27}
\repository{https://github.com/MartinScharrer/texdef}
\date{Version 1.10 -- 2025/02/17}

\makeatletter
\DeclareRobustCommand{\LATeX}{%
Expand Down

0 comments on commit 1ca7b09

Please sign in to comment.