diff --git a/ChangeLog b/ChangeLog index d609ea0a..be15f682 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -terminator trunk: +terminator 0.98: * Features * Layout launcher with option or shortcut (Steve Boddy) * An all-new manual! Default to F1 key (Steve Boddy) diff --git a/terminator.spec b/terminator.spec index 731b1d55..257d3375 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.97 +Version: 0.98 Release: 1%{?dist} Summary: Store and run multiple GNOME terminals in one window diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 413d5bb8..18d1c532 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.97' +APP_VERSION = '0.98'