Changeset 1913
- Timestamp:
- 12/31/06 12:39:36 (2 years ago)
- Files:
-
- psad/branches/psad-2.0.3/VERSION (modified) (1 diff)
- psad/branches/psad-2.0.3/nf2csv (modified) (1 diff)
- psad/branches/psad-2.0.3/psad (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
psad/branches/psad-2.0.3/VERSION
r1890 r1913 1 2.0. 21 2.0.3 psad/branches/psad-2.0.3/nf2csv
r1890 r1913 39 39 use strict; 40 40 41 my $version = '2.0. 2';41 my $version = '2.0.3'; 42 42 my $revision_svn = '$Revision$'; 43 43 my $rev_num = '1'; psad/branches/psad-2.0.3/psad
r1909 r1913 19 19 # Credits: (see the CREDITS file bundled with the psad sources.) 20 20 # 21 # Version: 2.0. 221 # Version: 2.0.3 22 22 # 23 23 # Copyright (C) 1999-2006 Michael Rash (mbr@cipherdyne.org) … … 142 142 143 143 ### set the current psad version and file revision numbers 144 my $version = '2.0. 2';144 my $version = '2.0.3'; 145 145 my $revision_svn = '$Revision$'; 146 146 my $rev_num = '1';
