source: ProjectBuilder/devel/pb/lib/ProjectBuilder/Version.pm@ 146

Last change on this file since 146 was 74, checked in by Bruno Cornec, 17 years ago

Big renaming to be more perlish
Single module Base contains all routines except when detaching makes sense

File size: 316 bytes
Line 
1#!/usr/bin/perl -w
2#
3# Declare versions that will be used in pb
4# Those are filtered with pb mecanism
5# and have been isolated here to avoid unrelated effects
6#
7use strict;
8
9sub pb_version_init {
10
11my $projectbuilderver = "PBVER";
12my $projectbuilderrev = "PBREV";
13
14return($projectbuilderver,$projectbuilderrev);
15}
161;
Note: See TracBrowser for help on using the repository browser.