Changeset 696 for branches


Ignore:
Timestamp:
10/14/15 18:27:22 (9 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Now we need to get the versioning right so DNSDB.pm isn't mangled fresh
out of the tarball.

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/DNSDB.pm

    r694 r696  
    3636use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
    3737
    38 $VERSION        = "1.2.5p1";    ##VERSION##
     38$VERSION        = "1.2.5p2";    ##VERSION##
    3939@ISA            = qw(Exporter);
    4040@EXPORT_OK      = qw(
  • branches/stable/Makefile

    r694 r696  
    33
    44PKGNAME=dnsadmin
    5 VERSION=1.2.5p1
     5VERSION=1.2.5p2
    66RELEASE=1
    77
     
    127127        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
    128128        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    129         perl -pi -e 's/["\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
     129        perl -pi -e 's/["p\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
    130130        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    131131        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Note: See TracChangeset for help on using the changeset viewer.