From 6edc9268d7b488a1a32c823fddfc0a9b96b78ac9 Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Mon, 4 Sep 2023 20:39:49 -0700 Subject: [PATCH] [release] bump version number --- CMakeLists.txt | 4 ++-- conanfile.py | 2 +- configure.ac | 2 +- docs/source/conf.py | 4 ++-- docs/source/intro.rst | 1 + release/Makefile | 4 ++-- ...t_sessions.sh_6d87ff483d5785c58fb271a405ff1c35e4f83cd9.out | 4 ++-- ...t_sessions.sh_e988439404f2e97604641c8d087855f3efe052e4.out | 4 ++-- 8 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02347030..5e07a383 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ include(cmake/prelude.cmake) set(CMAKE_CXX_STANDARD 14) project( lnav - VERSION 0.11.2 + VERSION 0.12.0 DESCRIPTION "An advanced log file viewer for the small-scale." HOMEPAGE_URL "https://lnav.org/" LANGUAGES CXX C @@ -34,7 +34,7 @@ set(lnav_LIBS readline::readline LibArchive::LibArchive ZLIB::ZLIB - ) +) add_subdirectory(src) # add_subdirectory(test) diff --git a/conanfile.py b/conanfile.py index b9fa5c4b..dc5d0738 100644 --- a/conanfile.py +++ b/conanfile.py @@ -4,7 +4,7 @@ from conan.tools.cmake import CMake, CMakeToolchain, CMakeDeps class LnavConan(ConanFile): name = "lnav" - version = "0.11.2" + version = "0.12.0" homepage = "https://lnav.org" url = "https://github.com/tstack/lnav.git" license = "BSD-2-Clause" diff --git a/configure.ac b/configure.ac index 5efc8928..c329ad6f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lnav],[0.11.2],[lnav@googlegroups.com],[lnav],[http://lnav.org]) +AC_INIT([lnav],[0.12.0],[lnav@googlegroups.com],[lnav],[http://lnav.org]) AC_CONFIG_SRCDIR([src/lnav.cc]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects]) diff --git a/docs/source/conf.py b/docs/source/conf.py index 69d5224e..6d901c0e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -256,9 +256,9 @@ copyright = u'2023, Tim Stack' # built documents. # # The short X.Y version. -version = '0.11' +version = '0.12' # The full version, including alpha/beta/rc tags. -release = '0.11.2' +release = '0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/intro.rst b/docs/source/intro.rst index bdc1f667..6b49c1f6 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -135,6 +135,7 @@ command can be used to the change the theme: The builtin themes are: `default `_, +`dracula `_, `eldar `_, `grayscale `_, `monocai `_, diff --git a/release/Makefile b/release/Makefile index f1417407..30298100 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,5 +1,5 @@ -VERSION=0.11.2 +VERSION=0.12.0 VERSION_TAG=v$(VERSION) @@ -95,7 +95,7 @@ release: osx-package musl-package release-NEWS.md push: env LANG=UTF-8 package_cloud push tstack/lnav/ubuntu/lucid outbox/lnav*.deb - env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.11.2-1.x86_64.rpm + env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.12.0-1.x86_64.rpm clean: cd vagrant-static && vagrant destroy -f diff --git a/test/expected/test_sessions.sh_6d87ff483d5785c58fb271a405ff1c35e4f83cd9.out b/test/expected/test_sessions.sh_6d87ff483d5785c58fb271a405ff1c35e4f83cd9.out index e831dc60..a00d2f9b 100644 --- a/test/expected/test_sessions.sh_6d87ff483d5785c58fb271a405ff1c35e4f83cd9.out +++ b/test/expected/test_sessions.sh_6d87ff483d5785c58fb271a405ff1c35e4f83cd9.out @@ -3,8 +3,8 @@ # '|/path/to/this/file' in lnav to execute this file and # restore the state of the session. -;SELECT raise_error('This session export was made with a newer version of lnav, please upgrade to ' || '0.11.2' || ' or later') - WHERE lnav_version() < '0.11.2' COLLATE naturalcase +;SELECT raise_error('This session export was made with a newer version of lnav, please upgrade to ' || '0.12.0' || ' or later') + WHERE lnav_version() < '0.12.0' COLLATE naturalcase # The files loaded into the session were: diff --git a/test/expected/test_sessions.sh_e988439404f2e97604641c8d087855f3efe052e4.out b/test/expected/test_sessions.sh_e988439404f2e97604641c8d087855f3efe052e4.out index 86b7b739..29ad4dd7 100644 --- a/test/expected/test_sessions.sh_e988439404f2e97604641c8d087855f3efe052e4.out +++ b/test/expected/test_sessions.sh_e988439404f2e97604641c8d087855f3efe052e4.out @@ -3,8 +3,8 @@ # '|/path/to/this/file' in lnav to execute this file and # restore the state of the session. -;SELECT raise_error('This session export was made with a newer version of lnav, please upgrade to ' || '0.11.2' || ' or later') - WHERE lnav_version() < '0.11.2' COLLATE naturalcase +;SELECT raise_error('This session export was made with a newer version of lnav, please upgrade to ' || '0.12.0' || ' or later') + WHERE lnav_version() < '0.12.0' COLLATE naturalcase # The files loaded into the session were: