diff options
| author | Tannin <devnull@localhost> | 2015-01-11 11:17:26 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-11 11:17:26 +0100 |
| commit | da27ec45da02bcb49e7eb9783f78820b6b54cae5 (patch) | |
| tree | c49a57fd3fd3e8b7841d7015fc4ce8df1326effe /src | |
| parent | 1321564a926c88b6c09311ccd5902c9bbd522bfe (diff) | |
increased version number and minor stuff
Diffstat (limited to 'src')
| -rw-r--r-- | src/pluginlistsortproxy.cpp | 3 | ||||
| -rw-r--r-- | src/version.rc | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/src/pluginlistsortproxy.cpp b/src/pluginlistsortproxy.cpp index 4f840f52..aeb10d35 100644 --- a/src/pluginlistsortproxy.cpp +++ b/src/pluginlistsortproxy.cpp @@ -61,9 +61,6 @@ Qt::ItemFlags PluginListSortProxy::flags(const QModelIndex &modelIndex) const }
-
-
-
void PluginListSortProxy::updateFilter(const QString &filter)
{
m_CurrentFilter = filter;
diff --git a/src/version.rc b/src/version.rc index 1261029a..f451c936 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,2,16,0
-#define VER_FILEVERSION_STR "1,2,16,0\0"
+#define VER_FILEVERSION 1,2,17,0
+#define VER_FILEVERSION_STR "1,2,17,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
