From 5fd5abc6d8c668225988138d6b3bb98e49486727 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 31 Jan 2023 19:40:35 -0300 Subject: [PATCH] libcupsfilters 2.0b3 Release --- CHANGES.md | 2 +- INSTALL | 2 +- README.md | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ce6be756..e0e9b48f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# CHANGES - OpenPrinting libcupsfilters v2.0b2 - 2023-01-08 +# CHANGES - OpenPrinting libcupsfilters v2.0b3 - 2023-01-31 ## CHANGES IN V2.0b3 (31st January 2023) diff --git a/INSTALL b/INSTALL index 7e5f9b7b..6d36ec9d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting libcupsfilters v2.0b2 - 2023-01-08 +INSTALL - OpenPrinting libcupsfilters v2.0b3 - 2023-01-31 --------------------------------------------------------- This file describes how to compile and install libcupsfilters from diff --git a/README.md b/README.md index 53e0ccf5..249623eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenPrinting libcupsfilters v2.0b2 - 2023-01-08 +# OpenPrinting libcupsfilters v2.0b3 - 2023-01-31 Looking for compile instructions? Read the file "INSTALL" instead... diff --git a/configure.ac b/configure.ac index 797e2286..2fd7b5fe 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.65]) # ==================== # Version informations # ==================== -AC_INIT([libcupsfilters], [2.0b2], [https://github.com/OpenPrinting/libcupsfilters/issues], [libcupsfilters], [https://github.com/OpenPrinting/libcupsfilters/]) +AC_INIT([libcupsfilters], [2.0b3], [https://github.com/OpenPrinting/libcupsfilters/issues], [libcupsfilters], [https://github.com/OpenPrinting/libcupsfilters/]) libcupsfilters_version="AC_PACKAGE_VERSION" libcupsfilters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`" libcupsfilters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"