1
mirror of https://github.com/qbittorrent/qBittorrent synced 2025-10-09 18:32:15 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Christophe Dumez
82f5fbb52c Tag today's releases 2010-07-21 11:18:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -121,13 +121,13 @@ public:
void sigintHandler(int) {
signal(SIGINT, 0);
qDebug("Catching SIGINT, exiting cleanly");
app->exit();
qApp->exit();
}
void sigtermHandler(int) {
signal(SIGTERM, 0);
qDebug("Catching SIGTERM, exiting cleanly");
app->exit();
qApp->exit();
}
void sigsegvHandler(int) {
signal(SIGABRT, 0);

View File

@@ -12,9 +12,9 @@ CONFIG += qt \
# Update this VERSION for each release
os2 {
DEFINES += VERSION=\'\"v2.3.0rc5\"\'
DEFINES += VERSION=\'\"v2.3.0rc6\"\'
} else {
DEFINES += VERSION=\\\"v2.3.0rc5\\\"
DEFINES += VERSION=\\\"v2.3.0rc6\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=3