Skip to content

Commit c923494

Browse files
committed
Prepare release 1.10.0
1 parent 30b834e commit c923494

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
netdata (1.10.0) - 2018-03-27
2+
3+
Please check full changelog at github.
4+
https://github.com/firehol/netdata/releases
5+
6+
17
netdata (1.9.0) - 2017-12-17
28

39
Please check full changelog at github.

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
AC_PREREQ(2.60)
55

66
define([VERSION_MAJOR], [1])
7-
define([VERSION_MINOR], [9])
8-
define([VERSION_FIX], [1])
7+
define([VERSION_MINOR], [10])
8+
define([VERSION_FIX], [0])
99
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
10-
define([VERSION_SUFFIX], [_rolling])
10+
define([VERSION_SUFFIX], [])
1111

1212
dnl Set to "1" for a first RPM release of a new version
13-
PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed s/^_//)"
13+
PACKAGE_RPM_RELEASE="1"
1414

1515
# We do not use m4_esyscmd_s to support older autoconf.
1616
define([VERSION_STRING], m4_esyscmd(git describe 2>/dev/null | sed 's/^v//' | tr -d '\n'))

netdata.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ rm -rf "${RPM_BUILD_ROOT}"
230230
%{_datadir}/%{name}/web
231231

232232
%changelog
233+
* Tue Mar 27 2018 Costa Tsaousis <[email protected]> - 1.10.0-1
234+
Please check full changelog at github.
235+
https://github.com/firehol/netdata/releases
233236
* Sun Dec 17 2017 Costa Tsaousis <[email protected]> - 1.9.0-1
234237
Please check full changelog at github.
235238
https://github.com/firehol/netdata/releases

0 commit comments

Comments
 (0)