Skip to content

Commit

Permalink
Bump version to 3.0rc4.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 22, 2024
1 parent fdbdb56 commit 9bd32bb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for libcups 3.0rc3.
# Generated by GNU Autoconf 2.71 for libcups 3.0rc4.
#
# Report bugs to <https://github.com/OpenPrinting/libcups/issues>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libcups'
PACKAGE_TARNAME='cups'
PACKAGE_VERSION='3.0rc3'
PACKAGE_STRING='libcups 3.0rc3'
PACKAGE_VERSION='3.0rc4'
PACKAGE_STRING='libcups 3.0rc4'
PACKAGE_BUGREPORT='https://github.com/OpenPrinting/libcups/issues'
PACKAGE_URL='https://openprinting.github.io/cups'

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

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libcups 3.0rc3:";;
short | recursive ) echo "Configuration of libcups 3.0rc4:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1484,7 +1484,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libcups configure 3.0rc3
libcups configure 3.0rc4
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1702,7 +1702,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libcups $as_me 3.0rc3, which was
It was created by libcups $as_me 3.0rc4, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2460,9 +2460,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"


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



Expand Down Expand Up @@ -6289,7 +6289,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by libcups $as_me 3.0rc3, which was
This file was extended by libcups $as_me 3.0rc4, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6354,7 +6354,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
libcups config.status 3.0rc3
libcups config.status 3.0rc4
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dnl We need at least autoconf 2.71...
AC_PREREQ([2.71])

dnl Package name and version...
AC_INIT([libcups],[3.0rc3],[https://github.com/OpenPrinting/libcups/issues],[cups],[https://openprinting.github.io/cups])
AC_INIT([libcups],[3.0rc4],[https://github.com/OpenPrinting/libcups/issues],[cups],[https://openprinting.github.io/cups])
AC_CONFIG_HEADERS([config.h])

LIBCUPS_VERSION="AC_PACKAGE_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion vcnet/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ typedef unsigned long useconds_t;
// Version of software...
//

#define LIBCUPS_VERSION "3.0rc3"
#define LIBCUPS_VERSION "3.0rc4"
#define LIBCUPS_VERSION_MAJOR 3
#define LIBCUPS_VERSION_MINOR 0

Expand Down
4 changes: 2 additions & 2 deletions vcnet/libcups3_native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libcups3_native</id>
<title>OpenPrinting CUPS Library for VS2019+</title>
<version>3.0.0-rc3</version>
<version>3.0.0-rc4</version>
<authors>Michael R Sweet, OpenPrinting</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
Expand All @@ -15,7 +15,7 @@
<copyright>Copyright © 2020-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<tags>http ipp native</tags>
<dependencies>
<dependency id="libcups3_native.redist" version="3.0.0-rc3" />
<dependency id="libcups3_native.redist" version="3.0.0-rc4" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion vcnet/libcups3_native.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libcups3_native.redist</id>
<title>OpenPrinting CUPS Library for VS2019+ Redist</title>
<version>3.0.0-rc3</version>
<version>3.0.0-rc4</version>
<authors>Michael R Sweet, OpenPrinting</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion xcode/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Version of software...
//

#define LIBCUPS_VERSION "3.0rc3"
#define LIBCUPS_VERSION "3.0rc4"
#define LIBCUPS_VERSION_MAJOR 3
#define LIBCUPS_VERSION_MINOR 0

Expand Down

0 comments on commit 9bd32bb

Please sign in to comment.