|
From: <hba...@us...> - 2009-01-18 20:21:24
|
Revision: 9336
http://plplot.svn.sourceforge.net/plplot/?rev=9336&view=rev
Author: hbabcock
Date: 2009-01-18 20:21:21 +0000 (Sun, 18 Jan 2009)
Log Message:
-----------
Adding a tag for the 5.9.2 release.
Modified Paths:
--------------
tags/v5_9_2/bindings/octave/demos/x27c.m
tags/v5_9_2/bindings/octave/demos/x28c.m
tags/v5_9_2/bindings/octave/demos/x30c.m
tags/v5_9_2/examples/c++/x27.cc
tags/v5_9_2/examples/f95/x24f.f90
tags/v5_9_2/examples/f95/x25f.f90
tags/v5_9_2/examples/f95/x26f.f90
tags/v5_9_2/examples/f95/x27f.f90
tags/v5_9_2/examples/java/x27.java
tags/v5_9_2/examples/tcl/x23
tags/v5_9_2/examples/tcl/x24
tags/v5_9_2/examples/tcl/x24.tcl
tags/v5_9_2/examples/tcl/x28
tags/v5_9_2/examples/tcl/x29
Added Paths:
-----------
tags/v5_9_2/
Property changes on: tags/v5_9_2
___________________________________________________________________
Added: svn:ignore
+ .import
configure
confdefs.h
config.cache
config.log
config.status
config.summary
Makefile
Makefile.in
aclocal.m4
libtool
*.tar.gz
libltdl
plplot_libtool
autom4te.cache
COPYING
py-compile
plplot.pc
plplot-double.pc
config.h
config.h.in
jadeout.log
stamp-h1
.dsl
.htm
.out
.xml
CMakeCache.txt
CMakeFiles
cmake_install.cmake
Added: svn:mergeinfo
+
Modified: tags/v5_9_2/bindings/octave/demos/x27c.m
===================================================================
--- trunk/bindings/octave/demos/x27c.m 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/bindings/octave/demos/x27c.m 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,4 +1,4 @@
-## $Id:$
+## $Id$
##
## Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
##
Modified: tags/v5_9_2/bindings/octave/demos/x28c.m
===================================================================
--- trunk/bindings/octave/demos/x28c.m 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/bindings/octave/demos/x28c.m 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,4 +1,4 @@
-## $Id:$
+## $Id$
##
## plmtex3, plptex3 demo
##
Modified: tags/v5_9_2/bindings/octave/demos/x30c.m
===================================================================
--- trunk/bindings/octave/demos/x30c.m 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/bindings/octave/demos/x30c.m 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,4 +1,4 @@
-## $Id:$
+## $Id$
##
## Alpha color values demonstration.
##
Modified: tags/v5_9_2/examples/c++/x27.cc
===================================================================
--- trunk/examples/c++/x27.cc 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/c++/x27.cc 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------//
-// $Id:$
+// $Id$
// Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
//---------------------------------------------------------------------------//
//
Modified: tags/v5_9_2/examples/f95/x24f.f90
===================================================================
--- trunk/examples/f95/x24f.f90 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/f95/x24f.f90 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,4 +1,4 @@
-! $Id:$
+! $Id$
!
! Unicode Pace Flag
!
Modified: tags/v5_9_2/examples/f95/x25f.f90
===================================================================
--- trunk/examples/f95/x25f.f90 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/f95/x25f.f90 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,4 +1,4 @@
-! $Id:$
+! $Id$
!
! Filling and clipping polygons.
!
Modified: tags/v5_9_2/examples/f95/x26f.f90
===================================================================
--- trunk/examples/f95/x26f.f90 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/f95/x26f.f90 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,6 +1,6 @@
! -*- coding: utf-8; -*-
!
-! $Id:$
+! $Id$
!
! Multi-lingual version of the first page of example 4.
!
Modified: tags/v5_9_2/examples/f95/x27f.f90
===================================================================
--- trunk/examples/f95/x27f.f90 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/f95/x27f.f90 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,4 +1,4 @@
-! $Id:$
+! $Id$
!
! Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
!
Modified: tags/v5_9_2/examples/java/x27.java
===================================================================
--- trunk/examples/java/x27.java 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/java/x27.java 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------//
-// $Id:$
+// $Id$
// Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
//---------------------------------------------------------------------------//
//
Modified: tags/v5_9_2/examples/tcl/x23
===================================================================
--- trunk/examples/tcl/x23 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/tcl/x23 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,6 +1,6 @@
#!/bin/sh
#--------------------------------*- Tcl -*------------------------------------#
-# $Id:$
+# $Id$
#
# Maurice LeBrun
# 12/24/02
Modified: tags/v5_9_2/examples/tcl/x24
===================================================================
--- trunk/examples/tcl/x24 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/tcl/x24 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,6 +1,6 @@
#!/bin/sh
#--------------------------------*- Tcl -*------------------------------------#
-# $Id:$
+# $Id$
#
# Maurice LeBrun
# 12/24/02
Modified: tags/v5_9_2/examples/tcl/x24.tcl
===================================================================
--- trunk/examples/tcl/x24.tcl 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/tcl/x24.tcl 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,5 +1,5 @@
#----------------------------------------------------------------------------
-# $Id:$
+# $Id$
#----------------------------------------------------------------------------
# Unicode Pace Flag
Modified: tags/v5_9_2/examples/tcl/x28
===================================================================
--- trunk/examples/tcl/x28 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/tcl/x28 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,6 +1,6 @@
#!/bin/sh
#--------------------------------*- Tcl -*------------------------------------#
-# $Id:$
+# $Id$
#
# Maurice LeBrun
# 12/24/02
Modified: tags/v5_9_2/examples/tcl/x29
===================================================================
--- trunk/examples/tcl/x29 2009-01-18 20:12:37 UTC (rev 9335)
+++ tags/v5_9_2/examples/tcl/x29 2009-01-18 20:21:21 UTC (rev 9336)
@@ -1,6 +1,6 @@
#!/bin/sh
#--------------------------------*- Tcl -*------------------------------------#
-# $Id:$
+# $Id$
#
# Maurice LeBrun
# 12/24/02
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|