Skip to content

Commit

Permalink
Update version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanthalf committed Sep 9, 2016
1 parent 3b655e7 commit d6bfc4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.4.1

Fixes:

- renumbering of parent elements broken

1.4

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion src/ItWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ void ItWindow::about()
QMessageBox m;
m.setWindowTitle(tr("About InterText"));
m.setIconPixmap(QPixmap(":/images/32/InterText.ico"));
m.setText(tr("<h1>InterText editor 1.4</h1>"));
m.setText(tr("<h1>InterText editor 1.4.1</h1>"));
m.setInformativeText(tr("<p><b>Alignment editor for parallel texts.</b></p>"
"<p>Copyright &copy; 2010-2016 Pavel Vondřička,<br/>"
"Institute of the Czech National Corpus,<br/>"
Expand Down

0 comments on commit d6bfc4c

Please sign in to comment.