Changeset 434 for branches


Ignore:
Timestamp:
10/23/12 18:03:11 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bump version for release, add quotes to it in DNSDB.pm so checkout
from SVN will show it properly too.

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/DNSDB.pm

    r422 r434  
    3232use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
    3333
    34 $VERSION        = 1.0.3;        ##VERSION##
     34$VERSION        = "1.0.4";      ##VERSION##
    3535@ISA            = qw(Exporter);
    3636@EXPORT_OK      = qw(
  • branches/stable/Makefile

    r433 r434  
    33
    44PKGNAME=dnsadmin
    5 VERSION=1.0.3
     5VERSION=1.0.4
    66RELEASE=1
    77
Note: See TracChangeset for help on using the changeset viewer.