bump version

This commit is contained in:
Kilian Valkhof 2010-05-26 15:21:25 +02:00
parent cf37894afc
commit c9ae552994
3 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View file

@ -1,4 +1,4 @@
trimage (1.0.1b-0ubuntu1) jaunty; urgency=low
trimage (1.0.1b2-0ubuntu1) jaunty; urgency=low
* use a threadpool for images
* more robust file handling
@ -6,6 +6,7 @@ trimage (1.0.1b-0ubuntu1) jaunty; urgency=low
* compressing message now shows filename
* wider array of status messages in the table
* add a notification area icon
* remove BOM
-- Kilian Valkhof <kilian@kdesktop> Mon, 29 Mar 2010 13:08:18 +0200

View file

@ -18,7 +18,7 @@ from multiprocessing import cpu_count
from ui import Ui_trimage
VERSION = "1.0.1b"
VERSION = "1.0.1b2"
class StartQT4(QMainWindow):

View file

@ -69,7 +69,7 @@
<body>
<div id="wrap">
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor &ndash; 1.0.1b (beta)</h1>
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor &ndash; 1.0.1b2 (beta)</h1>
<span class="subtitle">A cross-platform tool for losslessly optimizing PNG and JPG files.</span>
<p class="tri">Trimage is a cross-platform GUI and command-line interface to optimize image
files via <a href="http://optipng.sourceforge.net/">optipng</a>,