* update the debian changelog to fix debian package versions
* update the remotinater version to match main application
This commit is contained in:
parent
103f4ea430
commit
1d29798805
|
@ -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
|
||||
|
|
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue