[version] next release will be 0.7.0 instead of 0.6.3

pull/97/head
Timothy Stack 10 years ago
parent 6a02c938cf
commit 174e1c855e

@ -1,5 +1,5 @@
lnav v0.6.3:
lnav v0.7.0:
Features:
* Add the '.schema' SQL command to open a view that displays the schema
for the internal tables and any attached databases. If lnav was only

20
configure vendored

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for lnav 0.6.3.
# Generated by GNU Autoconf 2.69 for lnav 0.7.0.
#
# Report bugs to <lnav@googlegroups.com>.
#
@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='lnav'
PACKAGE_TARNAME='lnav'
PACKAGE_VERSION='0.6.3'
PACKAGE_STRING='lnav 0.6.3'
PACKAGE_VERSION='0.7.0'
PACKAGE_STRING='lnav 0.7.0'
PACKAGE_BUGREPORT='lnav@googlegroups.com'
PACKAGE_URL=''
@ -1317,7 +1317,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 lnav 0.6.3 to adapt to many kinds of systems.
\`configure' configures lnav 0.7.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1387,7 +1387,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of lnav 0.6.3:";;
short | recursive ) echo "Configuration of lnav 0.7.0:";;
esac
cat <<\_ACEOF
@ -1494,7 +1494,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
lnav configure 0.6.3
lnav configure 0.7.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2120,7 +2120,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 lnav $as_me 0.6.3, which was
It was created by lnav $as_me 0.7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -2984,7 +2984,7 @@ fi
# Define the identity of the package.
PACKAGE='lnav'
VERSION='0.6.3'
VERSION='0.7.0'
cat >>confdefs.h <<_ACEOF
@ -7848,7 +7848,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 lnav $as_me 0.6.3, which was
This file was extended by lnav $as_me 0.7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -7914,7 +7914,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="\\
lnav config.status 0.6.3
lnav config.status 0.7.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

@ -1,5 +1,5 @@
AC_INIT(lnav, 0.6.3, lnav@googlegroups.com)
AC_INIT(lnav, 0.7.0, lnav@googlegroups.com)
AC_CONFIG_SRCDIR([src/lnav.cc])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

@ -49,16 +49,16 @@ master_doc = 'index'
# General information about the project.
project = u'lnav'
copyright = u'2013, Tim Stack'
copyright = u'2014, Tim Stack'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.7.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

Loading…
Cancel
Save