[7.6.2] v7.6.2
authorIvan Maidanski <ivmai@mail.ru>
Sun, 24 Dec 2017 07:52:13 +0000 (10:52 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 24 Dec 2017 07:52:13 +0000 (10:52 +0300)
Bump libatomic_ops version to 7.6.2

* ChangeLog (7.6.2): Add release date.
* README.md: Bump micro version.
* configure.ac (AC_INIT): Likewise.
* src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
* appveyor.yml (version): Change "7.6.0" to "7.6.x".
* src/Makefile.am (LIBATOMIC_OPS_GPL_VER_INFO): Increment revision
(bump version info of libatomic_ops_gpl.so to 2:2:1).

ChangeLog
README.md
appveyor.yml
configure.ac
src/Makefile.am
src/atomic_ops/ao_version.h

index b771cf5..f1814bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.6.2] (date not set) ==
+== [7.6.2] 2017-12-24 ==
 
 * Allow to alter DEFAULT/MAX_NTHREADS values in test_malloc/stack
 * Allow to select almost-non-blocking stack implementation explicitly
index a3978eb..4b4a2d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
 
-This is version 7.6.0 of libatomic_ops.
+This is version 7.6.2 of libatomic_ops.
 
 
 ## Download
index 092cc45..75035cb 100644 (file)
@@ -1,4 +1,4 @@
-version: 7.6.0-{build}
+version: 7.6.x-{build}
 
 clone_depth: 50
 
index 983602a..f80bc4d 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.6.0],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.2],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index cc4bde7..dadc932 100644 (file)
@@ -3,7 +3,7 @@
 # These numbers should be updated at most once just before the release,
 # and, optionally, at most once during the development (after the release).
 LIBATOMIC_OPS_VER_INFO = 2:1:1
-LIBATOMIC_OPS_GPL_VER_INFO = 2:1:1
+LIBATOMIC_OPS_GPL_VER_INFO = 2:2:1
 
 AM_CFLAGS=@PICFLAG@
 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
index 4c12b92..f6a1119 100644 (file)
@@ -34,4 +34,4 @@
 /* The version here should match that in configure.ac and README.       */
 #define AO_VERSION_MAJOR 7
 #define AO_VERSION_MINOR 6
-#define AO_VERSION_MICRO 0 /* 7.6.0 */
+#define AO_VERSION_MICRO 2 /* 7.6.2 */