Skip to content

Commit

Permalink
Bump version to 1.0rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 30, 2020
1 parent 42870b7 commit 0985256
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changes in PAPPL
================


Changes in v1.0b2
-----------------
Changes in v1.0rc1
------------------

- Added IEEE-1284 device ID to argument list for printer driver callbacks
(Issue #70)
Expand Down
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for pappl 1.0b2.
# Generated by GNU Autoconf 2.69 for pappl 1.0rc1.
#
# Report bugs to <https://github.com/michaelrsweet/pappl/issues>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pappl'
PACKAGE_TARNAME='pappl'
PACKAGE_VERSION='1.0b2'
PACKAGE_STRING='pappl 1.0b2'
PACKAGE_VERSION='1.0rc1'
PACKAGE_STRING='pappl 1.0rc1'
PACKAGE_BUGREPORT='https://github.com/michaelrsweet/pappl/issues'
PACKAGE_URL='https://www.msweet.org/pappl'

Expand Down Expand Up @@ -1265,7 +1265,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures pappl 1.0b2 to adapt to many kinds of systems.
\`configure' configures pappl 1.0rc1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1330,7 +1330,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pappl 1.0b2:";;
short | recursive ) echo "Configuration of pappl 1.0rc1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1431,7 +1431,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pappl configure 1.0b2
pappl configure 1.0rc1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1800,7 +1800,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pappl $as_me 1.0b2, which was
It was created by pappl $as_me 1.0rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2151,9 +2151,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"


PAPPL_VERSION="1.0b2"
PAPPL_VERSION_MAJOR="`echo 1.0b2 | awk -F. '{print $1}'`"
PAPPL_VERSION_MINOR="`echo 1.0b2 | awk -F. '{printf("%d\n",$2);}'`"
PAPPL_VERSION="1.0rc1"
PAPPL_VERSION_MAJOR="`echo 1.0rc1 | awk -F. '{print $1}'`"
PAPPL_VERSION_MINOR="`echo 1.0rc1 | awk -F. '{printf("%d\n",$2);}'`"



Expand Down Expand Up @@ -4950,7 +4950,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by pappl $as_me 1.0b2, which was
This file was extended by pappl $as_me 1.0rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5013,7 +5013,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
pappl config.status 1.0b2
pappl config.status 1.0rc1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AC_PREREQ(2.60)


dnl Package name and version...
AC_INIT([pappl], [1.0b2], [https://github.com/michaelrsweet/pappl/issues], [pappl], [https://www.msweet.org/pappl])
AC_INIT([pappl], [1.0rc1], [https://github.com/michaelrsweet/pappl/issues], [pappl], [https://www.msweet.org/pappl])
AC_CONFIG_HEADERS([config.h])

PAPPL_VERSION="AC_PACKAGE_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion doc/pappl.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="author" content="Michael R Sweet">
<meta name="language" content="en-US">
<meta name="copyright" content="Copyright © 2020 by Michael R Sweet">
<meta name="version" content="1.0b2">
<meta name="version" content="1.0rc1">
<style type="text/css"><!--
body {
background: white;
Expand Down
2 changes: 1 addition & 1 deletion xcode/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//

// Version numbers
#define PAPPL_VERSION "1.0b2"
#define PAPPL_VERSION "1.0rc1"
#define PAPPL_VERSION_MAJOR 1
#define PAPPL_VERSION_MINOR 0

Expand Down

0 comments on commit 0985256

Please sign in to comment.