Skip to content

Commit 770116f

Browse files
committed
libppd 2.0b3 Release
1 parent 005cb0b commit 770116f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CHANGES - libppd v2.0b2 - 2023-01-08
1+
# CHANGES - libppd v2.0b3 - 2023-01-31
22

33
## CHANGES IN V2.0b3 (31st January 2023)
44

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSTALL - OpenPrinting libppd v2.0b2 - 2023-01-08
1+
INSTALL - OpenPrinting libppd v2.0b3 - 2023-01-31
22
-------------------------------------------------
33

44
This file describes how to compile and install OpenPrinting libppd

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenPrinting libppd v2.0b2 - 2023-01-08
1+
# OpenPrinting libppd v2.0b3 - 2023-01-31
22

33
Looking for compile instructions? Read the file "INSTALL"
44
instead...

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
55
# ====================
66
# Version informations
77
# ====================
8-
AC_INIT([libppd], [2.0b2], [https://github.com/OpenPrinting/libppd/issues], [libppd], [https://github.com/OpenPrinting/libppd/])
8+
AC_INIT([libppd], [2.0b3], [https://github.com/OpenPrinting/libppd/issues], [libppd], [https://github.com/OpenPrinting/libppd/])
99
libppd_version="AC_PACKAGE_VERSION"
1010
libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
1111
libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"

0 commit comments

Comments
 (0)