diff --git a/CMakeLists.txt b/CMakeLists.txt index 951a3ed8..83f0564a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ HunterGate( set(CMAKE_CXX_STANDARD 14) project(lnav - VERSION 0.8.6) + VERSION 0.9.0) include(CTest) include(GNUInstallDirs) diff --git a/NEWS b/NEWS index 7f3eae11..77ea7e94 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -lnav v0.8.6: +lnav v0.9.0: Features: * Added support for themes and included a few as well: default, eldar, monocai, night-owl, solarized-light, and solarized-dark. The theme diff --git a/configure.ac b/configure.ac index eee79d58..046891ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lnav],[0.8.6],[lnav@googlegroups.com],[lnav],[http://lnav.org]) +AC_INIT([lnav],[0.9.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 d2566746..71df07a2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -265,9 +265,9 @@ copyright = u'2020, Tim Stack' # built documents. # # The short X.Y version. -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.8.6' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/release/Makefile b/release/Makefile index dd72287d..7e18fd20 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,5 +1,5 @@ -VERSION=0.8.6 +VERSION=0.9.0 SRC_VERSION=master @@ -66,7 +66,7 @@ release: linux-ospkg osx-package 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.8.6-1.x86_64.rpm + env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.9.0-1.x86_64.rpm clean: cd vagrant-static && vagrant destroy -f