version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5018 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
90067aa970
commit
f539671826
2 changed files with 4 additions and 1 deletions
|
@ -185,6 +185,9 @@ Version History
|
||||||
2.2
|
2.2
|
||||||
- Settings saved in HKCU instead of HKLM
|
- Settings saved in HKCU instead of HKLM
|
||||||
- Added menu accelerators to MRU list
|
- Added menu accelerators to MRU list
|
||||||
|
|
||||||
|
2.3
|
||||||
|
- Escape button closes MakeNSISw
|
||||||
|
|
||||||
Copyright Information
|
Copyright Information
|
||||||
---------------------
|
---------------------
|
||||||
|
|
|
@ -53,7 +53,7 @@ BuildUtil(
|
||||||
res = res,
|
res = res,
|
||||||
resources = resources,
|
resources = resources,
|
||||||
entry = 'WinMain',
|
entry = 'WinMain',
|
||||||
defines = ['RELEASE=2.2'],
|
defines = ['RELEASE=2.3'],
|
||||||
docs = docs,
|
docs = docs,
|
||||||
root_util = True
|
root_util = True
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue