OSDN Git Service

Improved installer script.
authorlordmulder <mulder2@gmx.de>
Fri, 10 Feb 2012 23:28:32 +0000 (00:28 +0100)
committerlordmulder <mulder2@gmx.de>
Fri, 10 Feb 2012 23:28:32 +0000 (00:28 +0100)
etc/finalization.nsh
src/version.h

index c6ce51d..9f5fbcc 100644 (file)
@@ -1,3 +1,4 @@
 Function .onInstSuccess
        ExecShell "explore" '$INSTDIR'
+       ExecShell "open" '$INSTDIR\ReadMe.txt'
 FunctionEnd
index 3d05a78..6c08fa6 100644 (file)
@@ -22,7 +22,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 0
 #define VER_X264_PATCH 1
-#define VER_X264_BUILD 116
+#define VER_X264_BUILD 117
 
 #define VER_X264_MINIMUM_REV 2146
 #define VER_X264_CURRENT_API 120