summaryrefslogtreecommitdiff
path: root/src/smplayer.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/smplayer.rc')
-rw-r--r--src/smplayer.rc12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/smplayer.rc b/src/smplayer.rc
index ea4cd6c..da8ec09 100644
--- a/src/smplayer.rc
+++ b/src/smplayer.rc
@@ -1,11 +1,7 @@
#include <winver.h>
-#if HAVE_SVN_REVISION_H
-#include "svn_revision.h"
-#endif
-
-#define SMPLAYER_FILEVERSION 14,3,0,0
-#define SMPLAYER_PRODVERSION "14.3.0.0"
+#define SMPLAYER_FILEVERSION 14,9,0,0
+#define SMPLAYER_PRODVERSION "14.9.0.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION SMPLAYER_FILEVERSION
@@ -32,11 +28,7 @@ FILETYPE VFT_APP
#elif defined(_WIN32) && !defined(_WIN64)
VALUE "ProductName", "SMPlayer for Windows (32-bit)\0"
#endif
- #if HAVE_SVN_REVISION_H
- VALUE "ProductVersion", SMPLAYER_PRODVERSION "+SVN-r" SVN_REVISION "\0"
- #else
VALUE "ProductVersion", SMPLAYER_PRODVERSION "\0"
- #endif
}
}
BLOCK "VarFileInfo"