diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-29 16:04:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:48:56 -0500 |
commit | 87fd7b5484b10ccdece6152f2a2a9adb4ea5fc78 (patch) | |
tree | d51e9094115a4717e6c29f0c95c112fd588756d3 /source4/pidl/lib/Parse/Pidl.pm | |
parent | 1690ae449a6189d38a1d63dba22bf0ec774201f8 (diff) | |
download | samba-87fd7b5484b10ccdece6152f2a2a9adb4ea5fc78.tar.gz samba-87fd7b5484b10ccdece6152f2a2a9adb4ea5fc78.tar.xz samba-87fd7b5484b10ccdece6152f2a2a9adb4ea5fc78.zip |
r12574: Bring tables.pl back to life and move registration of interfaces
now completely to a new subsystem.
(This used to be commit bbacfaaea5819e0ecadf81e8fbb424916284c809)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl.pm b/source4/pidl/lib/Parse/Pidl.pm index 465f3409ad1..c60fc59aba5 100644 --- a/source4/pidl/lib/Parse/Pidl.pm +++ b/source4/pidl/lib/Parse/Pidl.pm @@ -11,6 +11,6 @@ use strict; use vars qw ( $VERSION ); -$VERSION = '0.01'; +$VERSION = '0.02'; 1; |