also update manual.tex

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-01-07 22:28:07 +00:00
parent 7bf325389e
commit af0ee083f8
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
{wx}/include/wx/version.h
{wx}/include/msvc/wx/setup.h
{wx}/src/wxvc_dll.dsp
{wx}/docs/latex/wx/manual.tex
{wx}/docs/changes.txt
{wx}/docs/gtk/changes.txt
{wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
@@ -33,6 +34,9 @@
Version: $Id$
$Log$
Revision 1.10 2007/01/07 22:28:07 VZ
also update manual.tex
Revision 1.9 2007/01/07 21:34:40 VZ
added a script to update release version field

View File

@@ -84,4 +84,6 @@ for f in *.spec; do
run_sed $f "/^%define *ver/s/$ver_for_sed/$ver_string_new/"
done
run_sed docs/latex/wx/manual.tex \
"/^\\\\\\\\title/s/$ver_for_sed/$ver_string_new/"
run_sed build/script/win_docs.bat "/SET WXW_VER=/s/$ver_for_sed/$ver_string_new/"