summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-02-01 10:01:12 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-02-01 10:01:12 -0500
commit7c8fb0fc01b23c5a588ce1b7e6302f7127b14d17 (patch)
tree4de7465c93a5a921d7b95af8fd9d647a3f3d6187 /configure.ac
parent22974c5f323508b5dced97f4c54410172d1e3bdf (diff)
downloadcups-7c8fb0fc01b23c5a588ce1b7e6302f7127b14d17.tar.gz
Bump version to 2.3b3.v2.3b3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index dd080d457..da67c22f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,17 +1,18 @@
dnl
dnl Configuration script for CUPS.
dnl
-dnl Copyright 2007-2018 by Apple Inc.
-dnl Copyright 1997-2007 by Easy Software Products, all rights reserved.
+dnl Copyright © 2007-2018 by Apple Inc.
+dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved.
dnl
-dnl Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+dnl Licensed under Apache License v2.0. See the file "LICENSE" for more
+dnl information.
dnl
dnl We need at least autoconf 2.60...
AC_PREREQ(2.60)
dnl Package name and version...
-AC_INIT([CUPS], [2.3b2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3b3], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)