Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Utorok, 16. apríl 2024

Súbor: [Platon] / dead / test / version.pl (stiahnutie)

Revízia 1.11, Wed Sep 22 09:49:42 2004 UTC (19 years, 6 months ago) by rajo


Zmeny od 1.10: +3 -3 [lines]

Check cvs loginfo configuration.

#!/usr/bin/perl

#
# version.pl
#
# Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
# Copyright (c) 2004 Platon SDG, http://platon.sk/
# Licensed under terms of GNU General Public License.
# All rights reserved.
#
# Changelog:
# 2004-04-23 - created
#

# $Platon: dead/test/version.pl,v 1.10 2004/09/22 09:48:12 rajo Exp $

use strict;

use vars qw ( $VERSION $CHANGELOG );

$VERSION  = sprintf("%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/);
$CHANGELOG = '

$Log: version.pl,v $
Revision 1.11  2004/09/22 09:49:42  rajo
Check cvs loginfo configuration.

Revision 1.10  2004/09/22 09:48:12  rajo
Check cvs loginfo configuration.

';

print "version.pl version $VERSION\n";
print "$CHANGELOG\n";

# vim: ts=4
# vim600: fdm=marker fdl=0 fdc=3


Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok