From fe9ca8a91fc3005703c3fc6f00952fe9232e51fb Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 18 Jan 2009 17:28:32 +0100 Subject: [PATCH] Set version number to 2.4.2 for the installer Due to moving the NSIS script into a subdirectory my automated script did not update the version number in it for the last release. --- installer/mkvtoolnix-unicode.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/mkvtoolnix-unicode.nsi b/installer/mkvtoolnix-unicode.nsi index 5681a8e0a..6e5172ef9 100644 --- a/installer/mkvtoolnix-unicode.nsi +++ b/installer/mkvtoolnix-unicode.nsi @@ -1,5 +1,5 @@ !define PRODUCT_NAME "MKVtoolnix" -!define PRODUCT_VERSION "2.4.1" +!define PRODUCT_VERSION "2.4.2" !define PRODUCT_VERSION_BUILD "" # Intentionally left empty for releases !define PRODUCT_PUBLISHER "Moritz Bunkus" !define PRODUCT_WEB_SITE "http://www.bunkus.org/videotools/mkvtoolnix/"