1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-11-17 03:48:39 +01:00

- added svn to version

This commit is contained in:
Christophe Dumez 2006-10-13 10:15:37 +00:00
parent 2edb11f0c7
commit 118fbaa4ca

View File

@ -23,7 +23,7 @@
#define ABOUT_H
#include "ui_about.h"
#define VERSION "v0.7.0"
#define VERSION "v0.7.0svn"
class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT