diff --git a/docs/tech/tn0011.txt b/docs/tech/tn0011.txt index ef8d64bc5a..e22b2b80c7 100644 --- a/docs/tech/tn0011.txt +++ b/docs/tech/tn0011.txt @@ -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 diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index 6cdee25372..40cdae1545 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -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/"