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.
This commit is contained in:
Moritz Bunkus 2009-01-18 17:28:32 +01:00
parent e5d156a07c
commit fe9ca8a91f

View File

@ -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/"