Skip to content

Commit 852e80a

Browse files
committed
configure.ac: Set version to 2.0b1.
1 parent 7804dba commit 852e80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([cpdb-backend-cups], [2.0.0], [https://github.com/OpenPrinting/cpdb-backend-cups/issues/], [cpdb-backend-cups], [https://github.com/OpenPrinting/cpdb-backend-cups])
5+
AC_INIT([cpdb-backend-cups], [2.0b1], [https://github.com/OpenPrinting/cpdb-backend-cups/issues/], [cpdb-backend-cups], [https://github.com/OpenPrinting/cpdb-backend-cups])
66
AM_INIT_AUTOMAKE([-Wall foreign])
77
AC_CONFIG_SRCDIR([src/print_backend_cups.c])
88

0 commit comments

Comments
 (0)