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

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

Adds Version-Revision for pb in yntax

File size: 246 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
8sub version_init {
9$projectbuilderver = "PBVER";
10$projectbuilderrev = "PBREV";
11};
121
Note: See TracBrowser for help on using the repository browser.