* update the debian changelog to fix debian package versions

* update the remotinater version to match main application
This commit is contained in:
Stephen Boddy 2015-09-09 22:46:02 +02:00
parent 103f4ea430
commit 1d29798805
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
terminator (0.98) trusty; urgency=low
* New upstream release of 0.98
-- Stephen Boddy <stephen.j.boddy@gmail.com> Wed, 26 Aug 2015 20:28:10 +0200
terminator (0.97~ppa3) saucy; urgency=low
* No-change upload for saucy

View File

@ -29,7 +29,7 @@ except ImportError:
sys.exit(1)
APP_NAME='remotinator'
APP_VERSION='0.97'
APP_VERSION='0.98'
COMMANDS={
'hsplit': ['terminal_hsplit', 'Split the current terminal horizontally'],