Skip to content

Commit

Permalink
release of amahi 7.3 (hda-ctl follows it as 5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Jun 25, 2014
1 parent cf7139f commit 6146938
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=5.1.5
VERSION=5.3.0
RPMBUILDDIR=$(HOME)/rpmbuild

# SIGN=--sign
Expand Down
2 changes: 1 addition & 1 deletion hda-ctl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion hda-ctl.spec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hda-install
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6146938

Please sign in to comment.