From fa4a230d09734b80b5f7684fcca659978e39cc99 Mon Sep 17 00:00:00 2001 From: mnodine Date: Mon, 30 Jan 2006 03:14:55 +0000 Subject: [PATCH] Updated release tag for trunk changes 4328 to 4330. git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/tags/prest-0.3.10@4331 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- MODIFY.txt | 2 +- src/DOM.pm | 2 +- src/Graph.pm | 2 +- src/RST.pm | 2 +- src/Transforms.pm | 2 +- src/URIre.pm | 2 +- src/prest.prl | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MODIFY.txt b/MODIFY.txt index dbf6eb419..e560b15e8 100644 --- a/MODIFY.txt +++ b/MODIFY.txt @@ -41,7 +41,7 @@ To create a new release: (7) Change to the subdirectory and make sure the following variable :: - $URL: file:///proj/svn/doctools/prest/tags/prest-00.03.10/MODIFY.txt $ + $URL$ in RELEASE has been updated to reflect to reflect the tags/ directory. diff --git a/src/DOM.pm b/src/DOM.pm index f0e768fe7..6084d7c66 100644 --- a/src/DOM.pm +++ b/src/DOM.pm @@ -1,6 +1,6 @@ package DOM; -# $Id: DOM.pm 768 2006-01-28 03:33:28Z marknodine $ +# $Id$ # Copyright (C) 2002-2005 Freescale Semiconductor, Inc. # Distributed under terms of the GNU General Public License (GPL). diff --git a/src/Graph.pm b/src/Graph.pm index 77f2c72d8..01bf01a77 100644 --- a/src/Graph.pm +++ b/src/Graph.pm @@ -1,6 +1,6 @@ package Graph; -# $Id: Graph.pm 768 2006-01-28 03:33:28Z marknodine $ +# $Id$ # Copyright (C) 2002-2005 Freescale Semiconductor, Inc. # Distributed under terms of the GNU General Public License (GPL). diff --git a/src/RST.pm b/src/RST.pm index 2af78741a..c2ba5b3fb 100644 --- a/src/RST.pm +++ b/src/RST.pm @@ -1,4 +1,4 @@ -# $Id: RST.pm 768 2006-01-28 03:33:28Z marknodine $ +# $Id$ # Copyright (C) 2002-2005 Freescale Semiconductor, Inc. # Distributed under terms of the GNU General Public License (GPL). diff --git a/src/Transforms.pm b/src/Transforms.pm index 60f7d3ba8..d1d88bb3f 100644 --- a/src/Transforms.pm +++ b/src/Transforms.pm @@ -1,4 +1,4 @@ -# $Id: Transforms.pm 772 2006-01-29 22:15:11Z marknodine $ +# $Id$ # Copyright (C) 2002-2005 Freescale Semiconductor, Inc. # Distributed under terms of the GNU General Public License (GPL). diff --git a/src/URIre.pm b/src/URIre.pm index 0c93fb1f8..1d674cdbd 100644 --- a/src/URIre.pm +++ b/src/URIre.pm @@ -1,4 +1,4 @@ -# $Id: URIre.pm 768 2006-01-28 03:33:28Z marknodine $ +# $Id$ # Copyright (C) 2002-2005 Freescale Semiconductor, Inc. # Distributed under terms of the GNU General Public License (GPL). diff --git a/src/prest.prl b/src/prest.prl index ed0b6a373..2b6217118 100644 --- a/src/prest.prl +++ b/src/prest.prl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w -# $Id: prest.prl 772 2006-01-29 22:15:11Z marknodine $ +# $Id$ =pod =begin reST @@ -86,8 +86,8 @@ use vars qw(%HANDLER @PHASES $PHASE); main(); BEGIN { - $SVNID = '$Id: prest.prl 772 2006-01-29 22:15:11Z marknodine $ '; - $SVNNAME = '$URL: file:///proj/svn/doctools/prest/tags/prest-00.03.10/src/prest.prl $ '; + $SVNID = '$Id$ '; + $SVNNAME = '$URL$ '; $VERSION = ($SVNNAME =~ s|.*/tags/||) ? join('.', map ($_+0, $SVNNAME =~ /(\d+)/g)) : '-unreleased-'; $SVNID =~ /Id: (\S+?) \S+ (\d+)/; -- 2.11.4.GIT