From a16a3c9f97072b1532c40637d53b1219addcbe00 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 13 May 2010 18:22:07 -0600 Subject: Version 0.3. --- ChangeLog | 6 ++++++ configure.ac | 2 +- src/Makefile.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 724e6db..0597cb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 0.3 (May 13, 2010) + + - API- (but not ABI-) compatible update: sandglass_t::ticks is now + a signed type + - sandglass_bench*() macros now warm up the cache more + Version 0.2 (March 4, 2010, commit b1201e5) - Made the API way nicer. No more sandglass_attributes_t. diff --git a/configure.ac b/configure.ac index c0b1000..d02ee13 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl License along with this program. If not, see dnl . AC_PREREQ(2.65) -AC_INIT(The Sandglass Library, 0.2, tavianator@gmail.com, libsandglass) +AC_INIT(The Sandglass Library, 0.3, tavianator@gmail.com, libsandglass) AM_INIT_AUTOMAKE([parallel-tests]) dnl Programs diff --git a/src/Makefile.am b/src/Makefile.am index d9a46da..b228b83 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,7 @@ if X86_64 libsandglass_la_SOURCES += x86_64/tsc-x86_64.s endif -libsandglass_la_LDFLAGS = -version-info 1:0:0 +libsandglass_la_LDFLAGS = -version-info 2:0:0 libsandglass_la_LIBADD = -lrt pkgconfigdir = $(libdir)/pkgconfig -- cgit v1.2.3