From ac11a52d217c76a8e7df507c54fede086edc0aed Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 13 Dec 2022 15:38:37 -0300 Subject: [PATCH] configure.ac: Set version to 2.0b1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bfcdd7b..bd4e2af 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([cpdb-backend-file], [2.0.0], [https://github.com/OpenPrinting/cpdb-backend-file/issues/], [cpdb-backend-file], [https://github.com/OpenPrinting/cpdb-backend-file]) +AC_INIT([cpdb-backend-file], [2.0b1], [https://github.com/OpenPrinting/cpdb-backend-file/issues/], [cpdb-backend-file], [https://github.com/OpenPrinting/cpdb-backend-file]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/print_backend_file.c]) AM_INIT_AUTOMAKE([-Wall foreign])