Skip to content

Commit a6608bb

Browse files
committed
Bump version to 3.0rc3.
1 parent 1297d37 commit a6608bb

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for libcups 3.0rc2.
3+
# Generated by GNU Autoconf 2.71 for libcups 3.0rc3.
44
#
55
# Report bugs to <https://github.com/OpenPrinting/libcups/issues>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='libcups'
612612
PACKAGE_TARNAME='cups'
613-
PACKAGE_VERSION='3.0rc2'
614-
PACKAGE_STRING='libcups 3.0rc2'
613+
PACKAGE_VERSION='3.0rc3'
614+
PACKAGE_STRING='libcups 3.0rc3'
615615
PACKAGE_BUGREPORT='https://github.com/OpenPrinting/libcups/issues'
616616
PACKAGE_URL='https://openprinting.github.io/cups'
617617

@@ -1312,7 +1312,7 @@ if test "$ac_init_help" = "long"; then
13121312
# Omit some internal or obsolete options to make the list less imposing.
13131313
# This message is too long to be a string in the A/UX 3.1 sh.
13141314
cat <<_ACEOF
1315-
\`configure' configures libcups 3.0rc2 to adapt to many kinds of systems.
1315+
\`configure' configures libcups 3.0rc3 to adapt to many kinds of systems.
13161316
13171317
Usage: $0 [OPTION]... [VAR=VALUE]...
13181318
@@ -1378,7 +1378,7 @@ fi
13781378

13791379
if test -n "$ac_init_help"; then
13801380
case $ac_init_help in
1381-
short | recursive ) echo "Configuration of libcups 3.0rc2:";;
1381+
short | recursive ) echo "Configuration of libcups 3.0rc3:";;
13821382
esac
13831383
cat <<\_ACEOF
13841384
@@ -1484,7 +1484,7 @@ fi
14841484
test -n "$ac_init_help" && exit $ac_status
14851485
if $ac_init_version; then
14861486
cat <<\_ACEOF
1487-
libcups configure 3.0rc2
1487+
libcups configure 3.0rc3
14881488
generated by GNU Autoconf 2.71
14891489
14901490
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1702,7 +1702,7 @@ cat >config.log <<_ACEOF
17021702
This file contains any messages produced by compilers while
17031703
running configure, to aid debugging if configure makes a mistake.
17041704
1705-
It was created by libcups $as_me 3.0rc2, which was
1705+
It was created by libcups $as_me 3.0rc3, which was
17061706
generated by GNU Autoconf 2.71. Invocation command line was
17071707
17081708
$ $0$ac_configure_args_raw
@@ -2460,9 +2460,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
24602460
ac_config_headers="$ac_config_headers config.h"
24612461

24622462

2463-
LIBCUPS_VERSION="3.0rc2"
2464-
LIBCUPS_VERSION_MAJOR="`echo 3.0rc2 | awk -F. '{print $1}'`"
2465-
LIBCUPS_VERSION_MINOR="`echo 3.0rc2 | awk -F. '{printf("%d\n",$2);}'`"
2463+
LIBCUPS_VERSION="3.0rc3"
2464+
LIBCUPS_VERSION_MAJOR="`echo 3.0rc3 | awk -F. '{print $1}'`"
2465+
LIBCUPS_VERSION_MINOR="`echo 3.0rc3 | awk -F. '{printf("%d\n",$2);}'`"
24662466

24672467

24682468

@@ -6289,7 +6289,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
62896289
# report actual input values of CONFIG_FILES etc. instead of their
62906290
# values after options handling.
62916291
ac_log="
6292-
This file was extended by libcups $as_me 3.0rc2, which was
6292+
This file was extended by libcups $as_me 3.0rc3, which was
62936293
generated by GNU Autoconf 2.71. Invocation command line was
62946294
62956295
CONFIG_FILES = $CONFIG_FILES
@@ -6354,7 +6354,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
63546354
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63556355
ac_cs_config='$ac_cs_config_escaped'
63566356
ac_cs_version="\\
6357-
libcups config.status 3.0rc2
6357+
libcups config.status 3.0rc3
63586358
configured by $0, generated by GNU Autoconf 2.71,
63596359
with options \\"\$ac_cs_config\\"
63606360

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnl We need at least autoconf 2.71...
1313
AC_PREREQ([2.71])
1414

1515
dnl Package name and version...
16-
AC_INIT([libcups],[3.0rc2],[https://github.com/OpenPrinting/libcups/issues],[cups],[https://openprinting.github.io/cups])
16+
AC_INIT([libcups],[3.0rc3],[https://github.com/OpenPrinting/libcups/issues],[cups],[https://openprinting.github.io/cups])
1717
AC_CONFIG_HEADERS([config.h])
1818

1919
LIBCUPS_VERSION="AC_PACKAGE_VERSION"

pdfio

vcnet/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ typedef unsigned long useconds_t;
9797
// Version of software...
9898
//
9999

100-
#define LIBCUPS_VERSION "3.0rc2"
100+
#define LIBCUPS_VERSION "3.0rc3"
101101
#define LIBCUPS_VERSION_MAJOR 3
102102
#define LIBCUPS_VERSION_MINOR 0
103103

vcnet/libcups3_native.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>libcups3_native</id>
55
<title>OpenPrinting CUPS Library for VS2019+</title>
6-
<version>3.0.0-rc2</version>
6+
<version>3.0.0-rc3</version>
77
<authors>Michael R Sweet, OpenPrinting</authors>
88
<owners>michaelrsweet</owners>
99
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -15,7 +15,7 @@
1515
<copyright>Copyright © 2020-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
1616
<tags>http ipp native</tags>
1717
<dependencies>
18-
<dependency id="libcups3_native.redist" version="3.0.0-rc2" />
18+
<dependency id="libcups3_native.redist" version="3.0.0-rc3" />
1919
</dependencies>
2020
</metadata>
2121
<files>

vcnet/libcups3_native.redist.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>libcups3_native.redist</id>
55
<title>OpenPrinting CUPS Library for VS2019+ Redist</title>
6-
<version>3.0.0-rc2</version>
6+
<version>3.0.0-rc3</version>
77
<authors>Michael R Sweet, OpenPrinting</authors>
88
<owners>michaelrsweet</owners>
99
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>

xcode/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Version of software...
1818
//
1919

20-
#define LIBCUPS_VERSION "3.0rc2"
20+
#define LIBCUPS_VERSION "3.0rc3"
2121
#define LIBCUPS_VERSION_MAJOR 3
2222
#define LIBCUPS_VERSION_MINOR 0
2323

0 commit comments

Comments
 (0)