From af0ee083f8c1a23e82b747a6c0df7d73ac70021c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Jan 2007 22:28:07 +0000 Subject: [PATCH] also update manual.tex git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0011.txt | 4 ++++ misc/scripts/inc_release | 2 ++ 2 files changed, 6 insertions(+) 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/" -- 2.49.0