File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ endif()
36
36
project (qutselect)
37
37
set (PROJECT_LONGNAME "qutselect" )
38
38
set (PROJECT_VERSION_MAJOR 3)
39
- set (PROJECT_VERSION_MINOR 10 )
39
+ set (PROJECT_VERSION_MINOR 11 )
40
40
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} )
41
41
42
42
# change output directory to top-level 'bin' dir.
Original file line number Diff line number Diff line change 1
1
/* vim:set ts=2 nowrap: ****************************************************
2
2
3
3
qutselect - A simple Qt-based GUI frontend for remote terminals
4
- Copyright (C) 2008-2024 by Jens Maus <mail@jens-maus.de>
4
+ Copyright (C) 2005-2025 by Jens Maus <mail@jens-maus.de>
5
5
6
6
This program is free software; you can redistribute it and/or
7
7
modify it under the terms of the GNU Lesser General Public
@@ -520,7 +520,7 @@ CMainWindow::CMainWindow(CApplication* app)
520
520
resize (m_pSettings->value (" size" , QSize (WINDOW_WIDTH, WINDOW_HEIGHT)).toSize ());
521
521
}
522
522
523
- setWindowTitle (" qutselect v " + QString (PROJECT_VERSION) + " - (c) 2005-2024 hzdr.de" );
523
+ setWindowTitle (" qutselect " + QString (PROJECT_VERSION) + " - (c) 2005-2025 hzdr.de" );
524
524
525
525
LEAVE ();
526
526
}
You can’t perform that action at this time.
0 commit comments