Skip to content

Commit

Permalink
configure.ac: Set version to 2.0b1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Dec 13, 2022
1 parent 9c3f57f commit ac11a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit ac11a52

Please sign in to comment.