r148 - trunk
Peter Palfrader
cabot-devel@lists.noreply.org
Sat, 12 Jun 2004 01:28:38 -0600
Author: weasel
Date: 2004-06-12 01:28:35 -0600 (Sat, 12 Jun 2004)
New Revision: 148
Modified:
trunk/Cabot.pm.in
Log:
Set $VERSION to @VERSION@ in Cabot.pm.in. That's the entire point of the .in file
Modified: trunk/Cabot.pm.in
===================================================================
--- trunk/Cabot.pm.in 2004-05-05 20:23:07 UTC (rev 147)
+++ trunk/Cabot.pm.in 2004-06-12 07:28:35 UTC (rev 148)
@@ -34,7 +34,7 @@
use Exporter ();
our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
- $VERSION = '0.0.20040411';
+ $VERSION = '@VERSION@';
@ISA = qw(Exporter);
@EXPORT = qw(%CONFIG $VERSION &getkeydir &makekeydir &mkfds &readwritegpg &ask);
@EXPORT_OK = qw(%CONFIG $VERSION &getkeydir &makekeydir &mkfds &readwritegpg &ask);