Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 28. marec 2024

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

Revízia 1.3, Wed Sep 22 09:14:26 2004 UTC (19 years, 6 months ago) by rajo

Zmeny od 1.2: +8 -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.2 2004/04/23 19:15:48 rajo Exp $

use strict;

use vars qw ( $VERSION $CHANGELOG );

$VERSION  = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
$CHANGELOG = '
$Log: version.pl,v $
Revision 1.3  2004/09/22 09:14:26  rajo
Check cvs loginfo configuration.


';

print "version.pl version $VERSION\n";
print "Changelog: $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