added linux version bump
This commit is contained in:
parent
4ba0f38708
commit
5ce7d9e852
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
|||
bungloo (1.4.1) quantal; urgency=low
|
||||
|
||||
[ Jeena Paradies ]
|
||||
* Fixes the bug with wrongly showing uread mentions
|
||||
* Added single application mode
|
||||
* Added --new-message
|
||||
* Added close window shortcut
|
||||
* Bugfixes
|
||||
|
||||
-- Jeena Paradies <spam@jeenaparadies.net> Tue, 28 Apr 2013 00:50:00 +0100
|
||||
|
||||
bungloo (1.4.0) quantal; urgency=low
|
||||
|
||||
[ Jeena Paradies ]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION="1.4.0"
|
||||
VERSION="1.4.1"
|
||||
DEPLOYPATH="bungloo-${VERSION}"
|
||||
QTPATH="../Qt"
|
||||
SHAREDPATH=".."
|
||||
|
|
Reference in a new issue