From 58a366d1339c09497e3a92a9bdacdf3b79b905d2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 1 Sep 2022 10:56:20 -0400 Subject: [PATCH] Start bumping version numbers in preparation for 1.46.6 release Signed-off-by: Theodore Ts'o --- README | 2 +- debian/changelog | 6 ++++++ doc/libext2fs.texinfo | 8 ++++---- version.h | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README b/README index a071672..3139854 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.46.4) of the second extended file + This is the new version (1.46.6) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix diff --git a/debian/changelog b/debian/changelog index 3b6124b..f0eb38b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e2fsprogs (1.46.6~rc0-1) unstable; urgency=medium + + * Trial upstream release for 1.46.6 + + -- Theodore Y. Ts'o Thu, 01 Sep 2022 10:47:58 -0400 + e2fsprogs (1.46.5-1) unstable; urgency=medium * New upstream release diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 98100c4..3043398 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libext2fs.info -@settitle The EXT2FS Library (version 1.46.5) +@settitle The EXT2FS Library (version 1.46.6) @synindex tp fn @comment %**end of header @@ -60,8 +60,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.46.5 -@subtitle December 2021 +@subtitle Version 1.46.6 +@subtitle September 2022 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.46.5. +This manual documents the EXT2FS Library, version 1.46.6. @menu * Introduction to the EXT2FS Library:: diff --git a/version.h b/version.h index 00c3b85..9008487 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * file may be redistributed under the GNU Public License v2. */ -#define E2FSPROGS_VERSION "1.46.5" -#define E2FSPROGS_DATE "30-Dec-2021" +#define E2FSPROGS_VERSION "1.46.6-rc0" +#define E2FSPROGS_DATE "1-Sep-2022" -- 1.8.3.1