Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit c151d2f

Browse files
committed
Tag v1.6.7
1 parent d67c353 commit c151d2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.org

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
* NEWS (user visible changes)
2+
** 1.6.7 (2018-06-25)
3+
- Improved support for prelinked binaries, especially on ARM32 and Yocto
4+
systems. (Andrew Jeffery)
25

36
** 1.6.6 (2018-05-02)
47

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.68])
2-
AC_INIT([pyflame], [1.6.6], [[email protected]])
2+
AC_INIT([pyflame], [1.6.7], [[email protected]])
33
AC_CONFIG_AUX_DIR([build-aux])
44
AC_CONFIG_HEADERS([src/config.h])
55
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)