Skip to content

Commit

Permalink
fixed #74 version bump in every file
Browse files Browse the repository at this point in the history
  • Loading branch information
my-tien committed Jan 28, 2015
1 parent 801a26b commit a30fcd3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion installer/knossos-nightly/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: knossos-nightly
Version: 4.1alpha
Version: 4.2alpha
Section: misc
Priority: extra
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion installer/knossos/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: knossos
Version: 4.0.1
Version: 4.1
Section: misc
Priority: extra
Architecture: amd64
Expand Down
2 changes: 2 additions & 0 deletions installer/knossos/opt/knossos/qt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[PATHS]
Plugins=.
2 changes: 1 addition & 1 deletion installer/knossos/usr/share/applications/knossos.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=KNOSSOS 4.0.1
Name=KNOSSOS 4.1
Comment=3D image visualisation and annotation tool
Exec=/opt/knossos/knossos
Icon=/usr/share/pixmaps/knossos.png
Expand Down
2 changes: 1 addition & 1 deletion version.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef VERSION_H
#define VERSION_H

#define KVERSION "4.1 Alpha"
#define KVERSION "4.1"
#define KREVISION "@KREVISION@"

#endif//VERSION_H
2 changes: 1 addition & 1 deletion widgets/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ void MainWindow::notifyUnsavedChanges() {
}

void MainWindow::updateTitlebar() {
QString title = qApp->applicationDisplayName() + " (" + KREVISION + ")" + " showing ";
QString title = qApp->applicationDisplayName() + " showing ";
if (!annotationFilename.isEmpty()) {
title.append(annotationFilename);
} else {
Expand Down

0 comments on commit a30fcd3

Please sign in to comment.