Changeset 434
- Timestamp:
- 10/23/12 18:03:11 (12 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/DNSDB.pm
r422 r434 32 32 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 33 33 34 $VERSION = 1.0.3; ##VERSION##34 $VERSION = "1.0.4"; ##VERSION## 35 35 @ISA = qw(Exporter); 36 36 @EXPORT_OK = qw( -
branches/stable/Makefile
r433 r434 3 3 4 4 PKGNAME=dnsadmin 5 VERSION=1.0. 35 VERSION=1.0.4 6 6 RELEASE=1 7 7
Note:
See TracChangeset
for help on using the changeset viewer.