version string is now quoted properly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,7 +100,7 @@ rpm:
|
|||||||
|
|
||||||
OTHERRULES = OTHERRULES + """
|
OTHERRULES = OTHERRULES + """
|
||||||
__version__.py: ../distrib/build.py build.cfg
|
__version__.py: ../distrib/build.py build.cfg
|
||||||
@echo ver = '$(VERSION)' > __version__.py
|
echo ver = \\'$(VERSION)\\' > __version__.py
|
||||||
|
|
||||||
|
|
||||||
$(GENCODEDIR)/wx.py : _extras.py
|
$(GENCODEDIR)/wx.py : _extras.py
|
||||||
|
Reference in New Issue
Block a user