Skip to content

Commit 9aa5da0

Browse files
author
ivmai
committed
2011-06-15 Ivan Maidanski <[email protected]>
* include/gc_version.h, configure.ac, doc/README: Change to version 7.2alpha7. * configure: Regenerate.
1 parent 4ab5266 commit 9aa5da0

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-06-15 Ivan Maidanski <[email protected]>
2+
3+
* configure.ac, README: Change to version 7.2alpha7.
4+
* configure: Regenerate.
5+
16
[7.2alpha6]
27

38
2011-06-14 Ivan Maidanski <[email protected]>

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ atomic memory operations. These might allow you to write code:
1515
For details and licensing restrictions see the files in the doc
1616
subdirectory.
1717

18-
This is version 7.2alpha6 of libatomic_ops.
18+
This is version 7.2alpha7 of libatomic_ops.
1919

2020
You might find a more recent version of this at
2121

configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.68 for libatomic_ops 7.2alpha6.
3+
# Generated by GNU Autoconf 2.68 for libatomic_ops 7.2alpha7.
44
#
55
#
66
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -557,8 +557,8 @@ MAKEFLAGS=
557557
# Identity of this package.
558558
PACKAGE_NAME='libatomic_ops'
559559
PACKAGE_TARNAME='libatomic_ops'
560-
PACKAGE_VERSION='7.2alpha6'
561-
PACKAGE_STRING='libatomic_ops 7.2alpha6'
560+
PACKAGE_VERSION='7.2alpha7'
561+
PACKAGE_STRING='libatomic_ops 7.2alpha7'
562562
PACKAGE_BUGREPORT=''
563563
PACKAGE_URL=''
564564

@@ -1264,7 +1264,7 @@ if test "$ac_init_help" = "long"; then
12641264
# Omit some internal or obsolete options to make the list less imposing.
12651265
# This message is too long to be a string in the A/UX 3.1 sh.
12661266
cat <<_ACEOF
1267-
\`configure' configures libatomic_ops 7.2alpha6 to adapt to many kinds of systems.
1267+
\`configure' configures libatomic_ops 7.2alpha7 to adapt to many kinds of systems.
12681268
12691269
Usage: $0 [OPTION]... [VAR=VALUE]...
12701270
@@ -1335,7 +1335,7 @@ fi
13351335

13361336
if test -n "$ac_init_help"; then
13371337
case $ac_init_help in
1338-
short | recursive ) echo "Configuration of libatomic_ops 7.2alpha6:";;
1338+
short | recursive ) echo "Configuration of libatomic_ops 7.2alpha7:";;
13391339
esac
13401340
cat <<\_ACEOF
13411341
@@ -1424,7 +1424,7 @@ fi
14241424
test -n "$ac_init_help" && exit $ac_status
14251425
if $ac_init_version; then
14261426
cat <<\_ACEOF
1427-
libatomic_ops configure 7.2alpha6
1427+
libatomic_ops configure 7.2alpha7
14281428
generated by GNU Autoconf 2.68
14291429
14301430
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1702,7 +1702,7 @@ cat >config.log <<_ACEOF
17021702
This file contains any messages produced by compilers while
17031703
running configure, to aid debugging if configure makes a mistake.
17041704
1705-
It was created by libatomic_ops $as_me 7.2alpha6, which was
1705+
It was created by libatomic_ops $as_me 7.2alpha7, which was
17061706
generated by GNU Autoconf 2.68. Invocation command line was
17071707
17081708
$ $0 $@
@@ -2631,7 +2631,7 @@ fi
26312631
26322632
# Define the identity of the package.
26332633
PACKAGE='libatomic_ops'
2634-
VERSION='7.2alpha6'
2634+
VERSION='7.2alpha7'
26352635
26362636
26372637
cat >>confdefs.h <<_ACEOF
@@ -5384,7 +5384,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
53845384
# report actual input values of CONFIG_FILES etc. instead of their
53855385
# values after options handling.
53865386
ac_log="
5387-
This file was extended by libatomic_ops $as_me 7.2alpha6, which was
5387+
This file was extended by libatomic_ops $as_me 7.2alpha7, which was
53885388
generated by GNU Autoconf 2.68. Invocation command line was
53895389
53905390
CONFIG_FILES = $CONFIG_FILES
@@ -5450,7 +5450,7 @@ _ACEOF
54505450
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
54515451
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
54525452
ac_cs_version="\\
5453-
libatomic_ops config.status 7.2alpha6
5453+
libatomic_ops config.status 7.2alpha7
54545454
configured by $0, generated by GNU Autoconf 2.68,
54555455
with options \\"\$ac_cs_config\\"
54565456

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT([libatomic_ops],[7.2alpha6])
2+
AC_INIT([libatomic_ops],[7.2alpha7])
33
AC_CANONICAL_TARGET([])
44
AC_CONFIG_SRCDIR(src/atomic_ops.c)
55
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)