]> granicus.if.org Git - libatomic_ops/commitdiff
[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 b771cf54ac4275cc61c9e5879894e7c125a4f170..f1814bf22feeec97fdfc31519d25104ce46c789e 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 a3978eb7d6119a3799bb33b0cbffba97f7c6373e..4b4a2d5935ea1b0699a940b223dff9dd4f6991b0 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 092cc457ce90bad694a2b3606c3dbaad7441290f..75035cbf61b45eba00ba4702e813da5871de64a0 100644 (file)
@@ -1,4 +1,4 @@
-version: 7.6.0-{build}
+version: 7.6.x-{build}
 
 clone_depth: 50
 
index 983602a151a609ba22eb7de2b2828da92cf8d084..f80bc4d73ef2fe35b93b3fae325320e59a19225a 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 cc4bde75afa4128f052c03956261b6c64df2624d..dadc932482a3a709057cb8107e208f7cc5e4c219 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 4c12b92753c4aeb3c935e60eee40d718419a0f15..f6a11196c9c7a315aac9c66e1d43fb20ff6e863c 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 */