File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- VERSION =5.1.5
1+ VERSION =5.3.0
22RPMBUILDDIR =$(HOME ) /rpmbuild
33
44# SIGN=--sign
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ my $default_dyn_lo = $DYN_LO || "100";
8787my $default_dyn_hi = $DYN_HI || " 254" ;
8888my $default_dhcp_lease = $DHCP_LEASE || " 14400" ;
8989
90- my $version = " 5.1.5 " ;
90+ my $version = " 5.3.0 " ;
9191
9292my $DATABASE_NAME = " hda_production" ;
9393my $DATABASE_USER = " amahihda" ;
Original file line number Diff line number Diff line change 11%global rubyrelease 2.0.0
22
33Name: hda-ctl
4- Version: 5.1.5
4+ Version: 5.3.0
55Release: 1
66
77Summary: hda-ctl is the Amahi HDA daemon.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require 'tempfile'
2727require 'dbus'
2828require 'ipaddr'
2929
30- $version = "5.1.5 "
30+ $version = "5.3.0 "
3131
3232# FIXME only eth0 supported for now - more hopefully in the future
3333@network_device = "eth0"
You can’t perform that action at this time.
0 commit comments