diff options
author | Michael R Sweet <michael.r.sweet@gmail.com> | 2019-05-21 12:59:32 -0400 |
---|---|---|
committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2019-05-21 12:59:32 -0400 |
commit | 4d03c4ca90d8c1c0d5303427858e537fd3c415e4 (patch) | |
tree | 64b472a1ac52b12b9c213502c6f3db1275fe23e0 /configure.ac | |
parent | 715dfb366bca72bbce31d784890c1683597d5a0c (diff) | |
download | cups-35dedc77d7ee3def79e66189c670ea69ecd16972.tar.gz |
Bump version to 2.3rc1.v2.3rc1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 190e78da0..c7f58b662 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl We need at least autoconf 2.60... AC_PREREQ(2.60) dnl Package name and version... -AC_INIT([CUPS], [2.3b8], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) +AC_INIT([CUPS], [2.3rc1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) sinclude(config-scripts/cups-opsys.m4) sinclude(config-scripts/cups-common.m4) |