# Purpose: increments the release version number in all files mentioned in
# docs/tech/tn0011.txt
# Created: 2007-01-07
-# RCS-ID: $Id$
# Copyright: (c) 2007 Vadim Zeitlin <vadim@wxwindows.org>
# Licence: wxWindows licence
##############################################################################
run_sed samples/docview/Info.plist \
"/versionon/s/$ver_for_sed/$ver_string_new/" \
"/<string>/s/$ver_for_sed/$ver_string_new/"
+
+msg "Don't forget to change the C:R:A triplet in build/bakefiles/version.bkl now!"