|
Last change
on this file since 1170 was 74, checked in by Bruno Cornec, 18 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 | #
|
|---|
| 7 | use strict;
|
|---|
| 8 |
|
|---|
| 9 | sub pb_version_init {
|
|---|
| 10 |
|
|---|
| 11 | my $projectbuilderver = "PBVER";
|
|---|
| 12 | my $projectbuilderrev = "PBREV";
|
|---|
| 13 |
|
|---|
| 14 | return($projectbuilderver,$projectbuilderrev);
|
|---|
| 15 | }
|
|---|
| 16 | 1;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.