From 346912f05a351236ccdecfd9c65941f95b897249 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 23 Sep 2011 21:41:05 +0100 Subject: [PATCH] Bump version numbers for 0.96 --- ChangeLog | 1 + README | 2 +- terminator.spec | 2 +- terminatorlib/version.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d56b8ace..48731d87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ terminator 0.96: * Expand dbus support to start covering useful methods. Also add a commandline tool called 'remotinator' that can be used to control Terminator from a terminal running inside it. + * Fix terminal font settings for users of older Linux distributions terminator 0.95: * Add a configuration option to enable a DBus server diff --git a/README b/README index 285f4d59..bbe82429 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.95 +Terminator by Chris Jones and others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/terminator.spec b/terminator.spec index 33e9050b..e2c2d5ee 100644 --- a/terminator.spec +++ b/terminator.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: terminator -Version: 0.95 +Version: 0.96 Release: 1%{?dist} Summary: Store and run multiple GNOME terminals in one window diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 4e3992c6..60e01b93 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.95' +APP_VERSION = '0.96'