
interchange-cvs at icdevgroup
Sep 29, 2009, 8:51 PM
Post #1 of 1
(344 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. REL_5_7_2-7-g25b70ec
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via 25b70ec4ebe8a690edb3d0ebef2453f83cf73e25 (commit) from 8cd47ac938422208c2ec20ff076902e5c53f7834 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 25b70ec4ebe8a690edb3d0ebef2453f83cf73e25 Author: Peter Ajamian <peter [at] pajamian> Date: Tue Sep 29 20:50:25 2009 -0700 Get rid of CVS tags. ----------------------------------------------------------------------- Summary of changes and diff: lib/Vend/Order.pm | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/lib/Vend/Order.pm b/lib/Vend/Order.pm index 4b371e3..9e3daf7 100644 --- a/lib/Vend/Order.pm +++ b/lib/Vend/Order.pm @@ -1,7 +1,5 @@ # Vend::Order - Interchange order routing routines # -# $Id: Order.pm,v 2.108 2009-04-16 14:51:41 mheins Exp $ -# # Copyright (C) 2002-2009 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # @@ -26,7 +24,7 @@ package Vend::Order; require Exporter; -$VERSION = substr(q$Revision: 2.108 $, 10); +$VERSION = '2.109'; @ISA = qw(Exporter); hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|