Skip to content

Commit 66ff59b

Browse files
committed
configure.ac, INSTALL: More of "It is libppd now!"
1 parent 21f7bff commit 66ff59b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
INSTALL - OpenPrinting CUPS Filters v2.0b1 - 2022-11-14
2-
-------------------------------------------------------
1+
INSTALL - OpenPrinting libppd v2.0b1 - 2022-11-14
2+
-------------------------------------------------
33

44
This file describes how to compile and install OpenPrinting CUPS
55
Filters from source code. For more information on OpenPrinting CUPS

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ AC_PREREQ([2.65])
66
# Version informations
77
# ====================
88
AC_INIT([libppd], [2.0b1], [https://github.com/OpenPrinting/libppd/issues], [libppd], [https://github.com/OpenPrinting/libppd/])
9-
cups_filters_version="AC_PACKAGE_VERSION"
10-
cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
11-
cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"
9+
libppd_version="AC_PACKAGE_VERSION"
10+
libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
11+
libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"
1212

1313
# =============
1414
# Automake init

0 commit comments

Comments
 (0)