Skip to content

Commit 93f9d41

Browse files
committed
Step release tag
1 parent f4f0073 commit 93f9d41

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ a major and minor version only.
88

99
## [Unreleased]
1010

11+
## [v3.75]
12+
1113
### New
1214

1315
- added `height=...` options for `columns` and `column` to set a fixed height
@@ -302,7 +304,8 @@ a major and minor version only.
302304
- Support for `noxcolor` with `beamerarticle` (see #483)
303305
- Treatment of mixed overlay/alert specifications
304306

305-
[Unreleased]: https://github.com/josephwright/beamer/compare/v3.74...HEAD
307+
[Unreleased]: https://github.com/josephwright/beamer/compare/v3.75...HEAD
308+
[v3.75]: https://github.com/josephwright/beamer/compare/v3.74...v3.75
306309
[v3.74]: https://github.com/josephwright/beamer/compare/v3.73...v3.74
307310
[v3.73]: https://github.com/josephwright/beamer/compare/v3.72...v3.73
308311
[v3.72]: https://github.com/josephwright/beamer/compare/v3.71...v3.72

base/beamer.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
% See the file LICENSE.md for more details.
1414

1515
\ProvidesClass{beamer}
16-
[2025/06/15 v3.74 A class for typesetting presentations]
16+
[2025/08/04 v3.75 A class for typesetting presentations]
1717

1818
% Setup modes and check for article option
1919
% Also loads packages required by both beamer and beamerarticle

base/beamerarticle.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
% See the file LICENSE.md for more details.
1414

1515
\ProvidesPackage{beamerarticle}
16-
[2025/06/15 v3.74 beamer input in article mode]
16+
[2025/08/04 v3.75 beamer input in article mode]
1717

1818
% Setup modes and check for article option
1919
% Also loads packages required by both beamer and beamerarticle

doc/beameruserguide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
\documentclass{ltxdoc}
1616

17-
\def\beamerugversion{3.74}
17+
\def\beamerugversion{3.75}
1818
\def\beamerugpgfversion{3.1.7}
1919
\def\beamerugxcolorversion{2.00}
2020

0 commit comments

Comments
 (0)