|
From: <hba...@us...> - 2009-05-10 19:31:30
|
Revision: 9952
http://plplot.svn.sourceforge.net/plplot/?rev=9952&view=rev
Author: hbabcock
Date: 2009-05-10 19:31:20 +0000 (Sun, 10 May 2009)
Log Message:
-----------
Adding a tag for the 5.9.4 release.
Modified Paths:
--------------
tags/v5_9_4/bindings/octave/demos/x27c.m
tags/v5_9_4/bindings/octave/demos/x28c.m
tags/v5_9_4/bindings/octave/demos/x30c.m
tags/v5_9_4/examples/c++/x27.cc
tags/v5_9_4/examples/f95/x25f.f90
tags/v5_9_4/examples/f95/x26f.f90
tags/v5_9_4/examples/f95/x27f.f90
tags/v5_9_4/examples/java/x27.java
tags/v5_9_4/examples/tcl/x23
tags/v5_9_4/examples/tcl/x24
tags/v5_9_4/examples/tcl/x28
tags/v5_9_4/examples/tcl/x29
Added Paths:
-----------
tags/v5_9_4/
Removed Paths:
-------------
tags/v5_9_4/cmake/modules/plplot_version.cmake
Property changes on: tags/v5_9_4
___________________________________________________________________
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_4/bindings/octave/demos/x27c.m
===================================================================
--- trunk/bindings/octave/demos/x27c.m 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/bindings/octave/demos/x27c.m 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,4 +1,4 @@
-## $Id:$
+## $Id$
##
## Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
##
Modified: tags/v5_9_4/bindings/octave/demos/x28c.m
===================================================================
--- trunk/bindings/octave/demos/x28c.m 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/bindings/octave/demos/x28c.m 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,4 +1,4 @@
-## $Id:$
+## $Id$
##
## plmtex3, plptex3 demo
##
Modified: tags/v5_9_4/bindings/octave/demos/x30c.m
===================================================================
--- trunk/bindings/octave/demos/x30c.m 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/bindings/octave/demos/x30c.m 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,4 +1,4 @@
-## $Id:$
+## $Id$
##
## Alpha color values demonstration.
##
Deleted: tags/v5_9_4/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/cmake/modules/plplot_version.cmake 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,76 +0,0 @@
-# For now, must set this by hand before each release. This value affects
-# at least the documentation build and perhaps other parts of the release.
-set(RELEASE_DATE "2009-05-03")
-
-# Version data that need review and possible modification for each release.
-
-set(VERSION 5.9.3)
-
-# CPack version numbers for release tarball name.
-set(CPACK_PACKAGE_VERSION_MAJOR 5)
-set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 3)
-
-# PLplot library version information.
-
-# Rules:
-# (1) If a backwards incompatible API change has been made in the library
-# API (e.g., if old compiled and linked applications will no longer work)
-# then increment SOVERSION and zero the corresponding minor and patch
-# numbers just before release.
-# (2) If the library changes are limited to additions to the API, then
-# then leave SOVERSION alone, increment the minor number and zero the
-# patch number just before release.
-# (3) If the library changes are limited to implementation changes with
-# no API changes at all, then leave SOVERSION and minor number alone, and
-# increment the patch number just before the release.
-# (4) If there are no library source code changes at all, then leave all
-# library version numbers the same for the release.
-
-set(nistcd_SOVERSION 0)
-set(nistcd_VERSION ${nistcd_SOVERSION}.0.1)
-
-set(csirocsa_SOVERSION 0)
-set(csirocsa_VERSION ${csirocsa_SOVERSION}.0.1)
-
-set(csironn_SOVERSION 0)
-set(csironn_VERSION ${csironn_SOVERSION}.0.1)
-
-set(qsastime_SOVERSION 0)
-set(qsastime_VERSION ${qsastime_SOVERSION}.0.1)
-
-set(plplot_SOVERSION 9)
-set(plplot_VERSION ${plplot_SOVERSION}.6.2)
-
-set(plplotcxx_SOVERSION 9)
-set(plplotcxx_VERSION ${plplotcxx_SOVERSION}.3.0)
-
-set(plplotf77_SOVERSION 9)
-set(plplotf77_VERSION ${plplotf77_SOVERSION}.1.1)
-
-set(plplotf95_SOVERSION 9)
-set(plplotf95_VERSION ${plplotf95_SOVERSION}.1.1)
-
-set(plplotgnome2_SOVERSION 0)
-set(plplotgnome2_VERSION ${plplotgnome2_SOVERSION}.0.0)
-
-set(tclmatrix_SOVERSION 9)
-set(tclmatrix_VERSION ${tclmatrix_SOVERSION}.2.0)
-
-set(plplottcltk_SOVERSION 9)
-set(plplottcltk_VERSION ${plplottcltk_SOVERSION}.2.0)
-
-set(plplotwxwidgets_SOVERSION 0)
-set(plplotwxwidgets_VERSION ${plplotwxwidgets_SOVERSION}.0.0)
-
-set(plplotada_SOVERSION 0)
-set(plplotada_VERSION ${plplotada_SOVERSION}.0.0)
-
-# According to man package, PLPLOT_TCL_VERSION (used in the various
-# pkgIndex.tcl scripts) should be strictly numbers alternativing with
-# decimal points with the first number (the major number) signifying
-# incompatible changes in the scripts. To keep our life simple, let us
-# use the major number from the package version for now.
-
-set(PLPLOT_TCL_VERSION 5)
-
Modified: tags/v5_9_4/examples/c++/x27.cc
===================================================================
--- trunk/examples/c++/x27.cc 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/c++/x27.cc 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------//
-// $Id:$
+// $Id$
// Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
//---------------------------------------------------------------------------//
//
Modified: tags/v5_9_4/examples/f95/x25f.f90
===================================================================
--- trunk/examples/f95/x25f.f90 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/f95/x25f.f90 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,4 +1,4 @@
-! $Id:$
+! $Id$
!
! Filling and clipping polygons.
!
Modified: tags/v5_9_4/examples/f95/x26f.f90
===================================================================
--- trunk/examples/f95/x26f.f90 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/f95/x26f.f90 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,6 +1,6 @@
! -*- coding: utf-8; -*-
!
-! $Id:$
+! $Id$
!
! Multi-lingual version of the first page of example 4.
!
Modified: tags/v5_9_4/examples/f95/x27f.f90
===================================================================
--- trunk/examples/f95/x27f.f90 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/f95/x27f.f90 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,4 +1,4 @@
-! $Id:$
+! $Id$
!
! Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
!
Modified: tags/v5_9_4/examples/java/x27.java
===================================================================
--- trunk/examples/java/x27.java 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/java/x27.java 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------//
-// $Id:$
+// $Id$
// Drawing "spirograph" curves - epitrochoids, cycolids, roulettes
//---------------------------------------------------------------------------//
//
Modified: tags/v5_9_4/examples/tcl/x23
===================================================================
--- trunk/examples/tcl/x23 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/tcl/x23 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,6 +1,6 @@
#!/bin/sh
#--------------------------------*- Tcl -*------------------------------------#
-# $Id:$
+# $Id$
#
# Maurice LeBrun
# 12/24/02
Modified: tags/v5_9_4/examples/tcl/x24
===================================================================
--- trunk/examples/tcl/x24 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/tcl/x24 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,6 +1,6 @@
#!/bin/sh
#--------------------------------*- Tcl -*------------------------------------#
-# $Id:$
+# $Id$
#
# Maurice LeBrun
# 12/24/02
Modified: tags/v5_9_4/examples/tcl/x28
===================================================================
--- trunk/examples/tcl/x28 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/tcl/x28 2009-05-10 19:31:20 UTC (rev 9952)
@@ -1,6 +1,6 @@
#!/bin/sh
#--------------------------------*- Tcl -*------------------------------------#
-# $Id:$
+# $Id$
#
# Maurice LeBrun
# 12/24/02
Modified: tags/v5_9_4/examples/tcl/x29
===================================================================
--- trunk/examples/tcl/x29 2009-05-10 02:13:40 UTC (rev 9950)
+++ tags/v5_9_4/examples/tcl/x29 2009-05-10 19:31:20 UTC (rev 9952)
@@ -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.
|