We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19af264 commit 77233b6Copy full SHA for 77233b6
configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
5
# ====================
6
# Version informations
7
8
-AC_INIT([pappl-retrofit], [1.0b1], [https://github.com/OpenPrinting/pappl-retrofit/issues], [pappl-retrofit], [https://github.com/OpenPrinting/pappl-retrofit/])
+AC_INIT([pappl-retrofit], [1.0b2], [https://github.com/OpenPrinting/pappl-retrofit/issues], [pappl-retrofit], [https://github.com/OpenPrinting/pappl-retrofit/])
9
pappl_retrofit_version="AC_PACKAGE_VERSION"
10
pappl_retrofit_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
11
pappl_retrofit_version_minor="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"
0 commit comments