From 61469388118a586f5c7a908c5049f1f64a771154 Mon Sep 17 00:00:00 2001 From: Carlos Puchol Date: Tue, 24 Jun 2014 22:56:40 -0700 Subject: [PATCH] release of amahi 7.3 (hda-ctl follows it as 5.3) --- Makefile | 2 +- hda-ctl | 2 +- hda-ctl.spec | 2 +- hda-install | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9f8655e..ffc3207 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=5.1.5 +VERSION=5.3.0 RPMBUILDDIR=$(HOME)/rpmbuild # SIGN=--sign diff --git a/hda-ctl b/hda-ctl index 4d41097..e752bb1 100755 --- a/hda-ctl +++ b/hda-ctl @@ -87,7 +87,7 @@ my $default_dyn_lo = $DYN_LO || "100"; my $default_dyn_hi = $DYN_HI || "254"; my $default_dhcp_lease = $DHCP_LEASE || "14400"; -my $version = "5.1.5"; +my $version = "5.3.0"; my $DATABASE_NAME = "hda_production"; my $DATABASE_USER = "amahihda"; diff --git a/hda-ctl.spec b/hda-ctl.spec index 3c311af..b1e37e9 100644 --- a/hda-ctl.spec +++ b/hda-ctl.spec @@ -1,7 +1,7 @@ %global rubyrelease 2.0.0 Name: hda-ctl -Version: 5.1.5 +Version: 5.3.0 Release: 1 Summary: hda-ctl is the Amahi HDA daemon. diff --git a/hda-install b/hda-install index fd379f9..b55ce87 100644 --- a/hda-install +++ b/hda-install @@ -27,7 +27,7 @@ require 'tempfile' require 'dbus' require 'ipaddr' -$version = "5.1.5" +$version = "5.3.0" # FIXME only eth0 supported for now - more hopefully in the future @network_device = "eth0"