Skip to content

Commit 523d741

Browse files
committed
1.0 release.
1 parent d3dcb04 commit 523d741

7 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
LPrint Change History
22
=====================
33

4+
v1.0 - February 17, 2020
5+
------------------------
6+
7+
- First production release.
8+
9+
410
v1.0rc1 - February 10, 2020
511
---------------------------
612

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LPrint Documentation
22
====================
33

4-
LPrint v1.0rc1 - February 10, 2020
4+
LPrint v1.0 - February 17, 2020
55
Copyright 2019-2020 by Michael R Sweet
66

77
LPrint is licensed under the Apache License Version 2.0 with an exception to

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for lprint 1.0rc1.
3+
# Generated by GNU Autoconf 2.69 for lprint 1.0.
44
#
55
# Report bugs to <https://github.com/michaelrsweet/lprint/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='lprint'
582582
PACKAGE_TARNAME='lprint'
583-
PACKAGE_VERSION='1.0rc1'
584-
PACKAGE_STRING='lprint 1.0rc1'
583+
PACKAGE_VERSION='1.0'
584+
PACKAGE_STRING='lprint 1.0'
585585
PACKAGE_BUGREPORT='https://github.com/michaelrsweet/lprint/issues'
586586
PACKAGE_URL='https://michaelrsweet.github.io/lprint'
587587

@@ -1250,7 +1250,7 @@ if test "$ac_init_help" = "long"; then
12501250
# Omit some internal or obsolete options to make the list less imposing.
12511251
# This message is too long to be a string in the A/UX 3.1 sh.
12521252
cat <<_ACEOF
1253-
\`configure' configures lprint 1.0rc1 to adapt to many kinds of systems.
1253+
\`configure' configures lprint 1.0 to adapt to many kinds of systems.
12541254
12551255
Usage: $0 [OPTION]... [VAR=VALUE]...
12561256
@@ -1315,7 +1315,7 @@ fi
13151315

13161316
if test -n "$ac_init_help"; then
13171317
case $ac_init_help in
1318-
short | recursive ) echo "Configuration of lprint 1.0rc1:";;
1318+
short | recursive ) echo "Configuration of lprint 1.0:";;
13191319
esac
13201320
cat <<\_ACEOF
13211321
@@ -1413,7 +1413,7 @@ fi
14131413
test -n "$ac_init_help" && exit $ac_status
14141414
if $ac_init_version; then
14151415
cat <<\_ACEOF
1416-
lprint configure 1.0rc1
1416+
lprint configure 1.0
14171417
generated by GNU Autoconf 2.69
14181418
14191419
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1782,7 +1782,7 @@ cat >config.log <<_ACEOF
17821782
This file contains any messages produced by compilers while
17831783
running configure, to aid debugging if configure makes a mistake.
17841784
1785-
It was created by lprint $as_me 1.0rc1, which was
1785+
It was created by lprint $as_me 1.0, which was
17861786
generated by GNU Autoconf 2.69. Invocation command line was
17871787
17881788
$ $0 $@
@@ -2133,7 +2133,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
21332133
ac_config_headers="$ac_config_headers config.h"
21342134
21352135
2136-
LPRINT_VERSION="1.0rc1"
2136+
LPRINT_VERSION="1.0"
21372137
21382138
21392139
cat >>confdefs.h <<_ACEOF
@@ -4658,7 +4658,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
46584658
# report actual input values of CONFIG_FILES etc. instead of their
46594659
# values after options handling.
46604660
ac_log="
4661-
This file was extended by lprint $as_me 1.0rc1, which was
4661+
This file was extended by lprint $as_me 1.0, which was
46624662
generated by GNU Autoconf 2.69. Invocation command line was
46634663
46644664
CONFIG_FILES = $CONFIG_FILES
@@ -4721,7 +4721,7 @@ _ACEOF
47214721
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
47224722
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
47234723
ac_cs_version="\\
4724-
lprint config.status 1.0rc1
4724+
lprint config.status 1.0
47254725
configured by $0, generated by GNU Autoconf 2.69,
47264726
with options \\"\$ac_cs_config\\"
47274727

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AC_PREREQ(2.60)
1313

1414

1515
dnl Package name and version...
16-
AC_INIT([lprint], [1.0rc1], [https://github.com/michaelrsweet/lprint/issues], [lprint], [https://michaelrsweet.github.io/lprint])
16+
AC_INIT([lprint], [1.0], [https://github.com/michaelrsweet/lprint/issues], [lprint], [https://michaelrsweet.github.io/lprint])
1717
AC_CONFIG_HEADERS([config.h])
1818

1919
LPRINT_VERSION="AC_PACKAGE_VERSION"

lprint.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
Name: lprint
6-
Version: 1.0rc1
6+
Version: 1.0
77
Release: 0
88
Summary: LPrint, A Label Printer Application
99
License: ASL 2.0

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lprint
22
base: core18
3-
version: 1.0rc1
3+
version: 1.0
44
summary: A Label Printer Application
55
description: |
66
LPrint implements printing for a variety of common label and receipt printers

xcode/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99

1010
// Version number
11-
#define LPRINT_VERSION "1.0rc1"
11+
#define LPRINT_VERSION "1.0"
1212

1313

1414
// DNS-SD (mDNSResponder or Avahi)

0 commit comments

Comments
 (0)