Skip to content

Commit

Permalink
Bump version number to 0.9.5 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Jun 11, 2019
1 parent 7977918 commit 1599ae7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([amplet2], [0.9.4], [[email protected]])
AC_INIT([amplet2], [0.9.5], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand All @@ -26,6 +26,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# amplet2-0.9.2: 1:0:0 (ABI version 1)
# amplet2-0.9.3: 1:0:0 (ABI version 1)
# amplet2-0.9.4: 2:0:0 (ABI version 2)
# amplet2-0.9.5: 2:0:0 (ABI version 2)
LIBAMP_LIBTOOL_VERSION=2:0:0
AC_SUBST(LIBAMP_LIBTOOL_VERSION)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amplet2 (0.9.5-1) unstable; urgency=low

* external: enable test by default (#33).

-- Brendon Jones <[email protected]> Tue, 11 Jun 2019 17:18:35 +1200

amplet2 (0.9.4-1) unstable; urgency=low

* amplet2: add new test to run external programs (temporarily disabled) (#33).
Expand Down
6 changes: 5 additions & 1 deletion rpm/amplet2.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: amplet2
Version: 0.9.4
Version: 0.9.5
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

Expand Down Expand Up @@ -118,6 +118,10 @@ fi


%changelog
* Tue Jun 11 2019 Brendon Jones <[email protected]> 0.9.5-1
- package: bring RPM packaging up to date (#32).
- external: enable test by default (#33).

* Thu May 9 2019 Brendon Jones <[email protected]> 0.9.4-1
- amplet2: add new test to run external programs (temporarily disabled) (#33).
- fastping: fix incorrect test name on man page.
Expand Down
2 changes: 1 addition & 1 deletion src/tests/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

setup(name="ampsave",
version="0.9.4",
version="0.9.5",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit 1599ae7

Please sign in to comment.