summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-05-13 18:22:07 -0600
committerTavian Barnes <tavianator@gmail.com>2010-05-13 18:22:20 -0600
commita16a3c9f97072b1532c40637d53b1219addcbe00 (patch)
tree308d8043da87d076d087856d63c07df9c8148875
parentb31647ec5bc1979a0accfd8e89936d0d943734f1 (diff)
downloadlibsandglass-a16a3c9f97072b1532c40637d53b1219addcbe00.tar.xz
Version 0.3.0.3
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
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 <http://www.gnu.org/licenses/>.
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