mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
update version number to 1.0.6 in various places
This commit is contained in:
parent
54d4b74172
commit
8376c4a238
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This manual page is distributed under the terms
|
.\" This manual page is distributed under the terms
|
||||||
.\" of the GNU Free Documentation License version 1.3.
|
.\" of the GNU Free Documentation License version 1.3.
|
||||||
.\"
|
.\"
|
||||||
.TH TRIMAGE "1" "2011-07-11" "trimage 1.0.5" "User Commands"
|
.TH TRIMAGE "1" "2019-03-12" "trimage 1.0.6" "User Commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
trimage \- losslessly optimizing png and jpeg liles
|
trimage \- losslessly optimizing png and jpeg liles
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name = "trimage",
|
setup(name = "trimage",
|
||||||
version = "1.0.5",
|
version = "1.0.6",
|
||||||
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
||||||
author = "Kilian Valkhof, Paul Chaplin",
|
author = "Kilian Valkhof, Paul Chaplin",
|
||||||
author_email = "help@trimage.org",
|
author_email = "help@trimage.org",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ from ui import Ui_trimage
|
||||||
from tools import *
|
from tools import *
|
||||||
|
|
||||||
|
|
||||||
VERSION = "1.0.5"
|
VERSION = "1.0.6"
|
||||||
|
|
||||||
|
|
||||||
class StartQt(QMainWindow):
|
class StartQt(QMainWindow):
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<h1>
|
<h1>
|
||||||
<img src="trimage-icon.png" alt="" /> Trimage image compressor –
|
<img src="trimage-icon.png" alt="" /> Trimage image compressor –
|
||||||
1.0.5
|
1.0.6
|
||||||
</h1>
|
</h1>
|
||||||
<span class="subtitle"
|
<span class="subtitle"
|
||||||
>A cross-platform tool for losslessly optimizing PNG and JPG files for
|
>A cross-platform tool for losslessly optimizing PNG and JPG files for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue