Skip to content

Commit 5bf3203

Browse files
committed
Bump version to 3.0.0.
1 parent 211f528 commit 5bf3203

7 files changed

Lines changed: 34 additions & 20 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.0rc4.
3+
# Generated by GNU Autoconf 2.71 for libcups 3.0.0.
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.0rc4'
614-
PACKAGE_STRING='libcups 3.0rc4'
613+
PACKAGE_VERSION='3.0.0'
614+
PACKAGE_STRING='libcups 3.0.0'
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.0rc4 to adapt to many kinds of systems.
1315+
\`configure' configures libcups 3.0.0 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.0rc4:";;
1381+
short | recursive ) echo "Configuration of libcups 3.0.0:";;
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.0rc4
1487+
libcups configure 3.0.0
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.0rc4, which was
1705+
It was created by libcups $as_me 3.0.0, 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.0rc4"
2464-
LIBCUPS_VERSION_MAJOR="`echo 3.0rc4 | awk -F. '{print $1}'`"
2465-
LIBCUPS_VERSION_MINOR="`echo 3.0rc4 | awk -F. '{printf("%d\n",$2);}'`"
2463+
LIBCUPS_VERSION="3.0.0"
2464+
LIBCUPS_VERSION_MAJOR="`echo 3.0.0 | awk -F. '{print $1}'`"
2465+
LIBCUPS_VERSION_MINOR="`echo 3.0.0 | awk -F. '{printf("%d\n",$2);}'`"
24662466

24672467

24682468

@@ -6302,7 +6302,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63026302
# report actual input values of CONFIG_FILES etc. instead of their
63036303
# values after options handling.
63046304
ac_log="
6305-
This file was extended by libcups $as_me 3.0rc4, which was
6305+
This file was extended by libcups $as_me 3.0.0, which was
63066306
generated by GNU Autoconf 2.71. Invocation command line was
63076307
63086308
CONFIG_FILES = $CONFIG_FILES
@@ -6367,7 +6367,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
63676367
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63686368
ac_cs_config='$ac_cs_config_escaped'
63696369
ac_cs_version="\\
6370-
libcups config.status 3.0rc4
6370+
libcups config.status 3.0.0
63716371
configured by $0, generated by GNU Autoconf 2.71,
63726372
with options \\"\$ac_cs_config\\"
63736373

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.0rc4],[https://github.com/OpenPrinting/libcups/issues],[cups],[https://openprinting.github.io/cups])
16+
AC_INIT([libcups],[3.0.0],[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"

vcnet/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ README - CUPS on Windows
33

44
This directory contains Visual Studio 2019+ project and solution files for
55
building the CUPS library and ippeveprinter, ippfind, ipptool, ipptransform,
6-
testfile, and testhttp programs on Windows.
6+
testdnssd, testfile, and testhttp programs on Windows.

vcnet/config.h

Lines changed: 8 additions & 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.0rc4"
100+
#define LIBCUPS_VERSION "3.0.0"
101101
#define LIBCUPS_VERSION_MAJOR 3
102102
#define LIBCUPS_VERSION_MINOR 0
103103

@@ -224,6 +224,13 @@ typedef unsigned long useconds_t;
224224
// #undef HAVE_TM_GMTOFF
225225

226226

227+
//
228+
// Do we have the timegm function?
229+
//
230+
231+
// #undef HAVE_TIMEGM
232+
233+
227234
//
228235
// Do we have hstrerror()?
229236
//

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-rc4</version>
6+
<version>3.0.0</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-2025 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-rc4" />
18+
<dependency id="libcups3_native.redist" version="3.0.0" />
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-rc4</version>
6+
<version>3.0.0</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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Configuration file for libcups with Xcode.
33
//
4-
// Copyright © 2020-2024 by OpenPrinting
4+
// Copyright © 2020-2025 by OpenPrinting
55
// Copyright © 2007-2019 by Apple Inc.
66
// Copyright © 1997-2007 by Easy Software Products.
77
//
@@ -17,7 +17,7 @@
1717
// Version of software...
1818
//
1919

20-
#define LIBCUPS_VERSION "3.0rc4"
20+
#define LIBCUPS_VERSION "3.0.0"
2121
#define LIBCUPS_VERSION_MAJOR 3
2222
#define LIBCUPS_VERSION_MINOR 0
2323

@@ -144,6 +144,13 @@
144144
// #undef HAVE_TM_GMTOFF
145145

146146

147+
//
148+
// Do we have the timegm function?
149+
//
150+
151+
#define HAVE_TIMEGM 1
152+
153+
147154
//
148155
// Do we have hstrerror()?
149156
//

0 commit comments

Comments
 (0)