- Timestamp:
- 12/17/13 17:42:42 (11 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/DNSDB.pm
r562 r563 36 36 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 37 37 38 $VERSION = 1.2; ##VERSION##38 $VERSION = "1.2.1"; ##VERSION## 39 39 @ISA = qw(Exporter); 40 40 @EXPORT_OK = qw( -
branches/stable/Makefile
r562 r563 3 3 4 4 PKGNAME=dnsadmin 5 VERSION=1.2 5 VERSION=1.2.1 6 6 RELEASE=1 7 7
Note:
See TracChangeset
for help on using the changeset viewer.