Skip to content

Commit a09ed4a

Browse files
committed
bump version and copyright year.
1 parent f179616 commit a09ed4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif()
3636
project(qutselect)
3737
set(PROJECT_LONGNAME "qutselect")
3838
set(PROJECT_VERSION_MAJOR 3)
39-
set(PROJECT_VERSION_MINOR 10)
39+
set(PROJECT_VERSION_MINOR 11)
4040
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR})
4141

4242
# change output directory to top-level 'bin' dir.

src/CMainWindow.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* vim:set ts=2 nowrap: ****************************************************
22
33
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>
55
66
This program is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public
@@ -520,7 +520,7 @@ CMainWindow::CMainWindow(CApplication* app)
520520
resize(m_pSettings->value("size", QSize(WINDOW_WIDTH, WINDOW_HEIGHT)).toSize());
521521
}
522522

523-
setWindowTitle("qutselect v" + QString(PROJECT_VERSION) + " - (c) 2005-2024 hzdr.de");
523+
setWindowTitle("qutselect " + QString(PROJECT_VERSION) + " - (c) 2005-2025 hzdr.de");
524524

525525
LEAVE();
526526
}

0 commit comments

Comments
 (0)