Skip to content

Commit

Permalink
Tweaked the version number back down to 3.0.2.
Browse files Browse the repository at this point in the history
-- Jon
  • Loading branch information
jonabbey committed Dec 9, 2009
1 parent a22623f commit d3ebf4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/test_opt
@@ -1,4 +1,4 @@
# test_opt v3.0 -*- Perl -*-
# test_opt v3.0.2 -*- Perl -*-
#
# Testing harness for the opt_depot scripts
#
Expand Down Expand Up @@ -29,8 +29,8 @@
# 10 September 2003
#
# Release: $Name: $
# Version: $Revision: 1.49 $
# Last Mod Date: $Date: 2009/12/09 00:22:28 $
# Version: $Revision: 1.50 $
# Last Mod Date: $Date: 2009/12/09 00:25:49 $
#
#####################################################################

Expand All @@ -40,7 +40,7 @@ use FindBin qw($RealBin $RealScript);
use lib "$RealBin/../modules";
use Opt_depot::Common;

$version = "3.20";
$version = "3.02";

$| = 1; # auto-flush

Expand Down

0 comments on commit d3ebf4a

Please sign in to comment.