- b2 version number

- bug with commands starting with ! and ending with \ in if blocks fixed


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2216 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-26 15:28:55 +00:00
parent 2e19d22d39
commit 42a72140cd
2 changed files with 11 additions and 5 deletions

View file

@ -1,4 +1,4 @@
const char *NSIS_VERSION="v2.0b2 (CVS)";
const char *NSIS_VERSION="v2.0b2";
/*
Nullsoft "SuperPimp" Installation System - makensis.cpp - installer compiler code