Skip to content

Commit 797e402

Browse files
committed
v0.11 release
1 parent ed3d6cb commit 797e402

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
for version 0.11
2+
* release (kmw, 2017-12-26)
23
* code refactoring: alphabetized functions in flooritems.c and moved declarationsto flooritems.h
34
(kmw, 2017-12-26)
45
* clear "...(space to cancel)" message when canceling actions that use inventory window (kmw, 2017-12-24)

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 Lavender Throne 0.10.
3+
# Generated by GNU Autoconf 2.69 for Lavender Throne 0.11.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='Lavender Throne'
582582
PACKAGE_TARNAME='lavender-throne'
583-
PACKAGE_VERSION='0.10'
584-
PACKAGE_STRING='Lavender Throne 0.10'
583+
PACKAGE_VERSION='0.11'
584+
PACKAGE_STRING='Lavender Throne 0.11'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -1270,7 +1270,7 @@ if test "$ac_init_help" = "long"; then
12701270
# Omit some internal or obsolete options to make the list less imposing.
12711271
# This message is too long to be a string in the A/UX 3.1 sh.
12721272
cat <<_ACEOF
1273-
\`configure' configures Lavender Throne 0.10 to adapt to many kinds of systems.
1273+
\`configure' configures Lavender Throne 0.11 to adapt to many kinds of systems.
12741274
12751275
Usage: $0 [OPTION]... [VAR=VALUE]...
12761276
@@ -1336,7 +1336,7 @@ fi
13361336

13371337
if test -n "$ac_init_help"; then
13381338
case $ac_init_help in
1339-
short | recursive ) echo "Configuration of Lavender Throne 0.10:";;
1339+
short | recursive ) echo "Configuration of Lavender Throne 0.11:";;
13401340
esac
13411341
cat <<\_ACEOF
13421342
@@ -1430,7 +1430,7 @@ fi
14301430
test -n "$ac_init_help" && exit $ac_status
14311431
if $ac_init_version; then
14321432
cat <<\_ACEOF
1433-
Lavender Throne configure 0.10
1433+
Lavender Throne configure 0.11
14341434
generated by GNU Autoconf 2.69
14351435
14361436
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1732,7 +1732,7 @@ cat >config.log <<_ACEOF
17321732
This file contains any messages produced by compilers while
17331733
running configure, to aid debugging if configure makes a mistake.
17341734
1735-
It was created by Lavender Throne $as_me 0.10, which was
1735+
It was created by Lavender Throne $as_me 0.11, which was
17361736
generated by GNU Autoconf 2.69. Invocation command line was
17371737
17381738
$ $0 $@
@@ -2599,7 +2599,7 @@ fi
25992599

26002600
# Define the identity of the package.
26012601
PACKAGE='lavender-throne'
2602-
VERSION='0.10'
2602+
VERSION='0.11'
26032603

26042604

26052605
cat >>confdefs.h <<_ACEOF
@@ -4867,7 +4867,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
48674867
# report actual input values of CONFIG_FILES etc. instead of their
48684868
# values after options handling.
48694869
ac_log="
4870-
This file was extended by Lavender Throne $as_me 0.10, which was
4870+
This file was extended by Lavender Throne $as_me 0.11, which was
48714871
generated by GNU Autoconf 2.69. Invocation command line was
48724872
48734873
CONFIG_FILES = $CONFIG_FILES
@@ -4933,7 +4933,7 @@ _ACEOF
49334933
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
49344934
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
49354935
ac_cs_version="\\
4936-
Lavender Throne config.status 0.10
4936+
Lavender Throne config.status 0.11
49374937
configured by $0, generated by GNU Autoconf 2.69,
49384938
with options \\"\$ac_cs_config\\"
49394939

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([Lavender Throne], [0.10], [[email protected]])
5+
AC_INIT([Lavender Throne], [0.11], [[email protected]])
66
AC_CONFIG_SRCDIR([src/main.c])
77
AC_CONFIG_HEADERS([config.h])
88

0 commit comments

Comments
 (0)