Commit aea3f274 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

v2.0.0

parent 6860dbbe
......@@ -25,4 +25,4 @@ stamp-h1
etherbone-*.tar.gz
build
debian/control
debian/libetherbone1.install
debian/libetherbone*.install
dnl Set these variables before each release:
m4_define(MAJOR,1) dnl Increment if removed/changed public symbols since previous release
m4_define(MINOR,3) dnl Increment if added public symbols; reset to 0 if MAJOR changed
m4_define(REVISION,2) dnl Increment on each release; reset to 0 if MAJOR/MINOR changed
m4_define(SONAME,1) dnl Whenever MAJOR is incremented, add MINOR+1 to this variable
m4_define(MAJOR,2) dnl Increment if removed/changed public symbols since previous release
m4_define(MINOR,0) dnl Increment if added public symbols; reset to 0 if MAJOR changed
m4_define(REVISION,0) dnl Increment on each release; reset to 0 if MAJOR/MINOR changed
m4_define(SONAME,5) dnl Whenever MAJOR is incremented, add MINOR+1 to this variable
AC_PREREQ(2.63)
......
etherbone (2.0.0-1) unstable; urgency=medium
* Removed all C++ symbols from library.
-- Wesley W. Terpstra <terpstra@debian.org> Tue, 26 Apr 2016 12:28:00 +0200
etherbone (1.3.2-1) unstable; urgency=medium
* Report devices without MSI gracefully.
......
......@@ -30,7 +30,7 @@
#define ETHERBONE_H
#define EB_PROTOCOL_VERSION 1
#define EB_ABI_VERSION 0x04 /* incremented on incompatible changes */
#define EB_ABI_VERSION 0x05 /* incremented on incompatible changes */
#include <stdint.h> /* uint32_t ... */
#include <inttypes.h> /* EB_DATA_FMT ... */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment