]> granicus.if.org Git - libatomic_ops/commitdiff
2009-12-01 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Tue, 1 Dec 2009 20:34:34 +0000 (20:34 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 12:03:25 +0000 (16:03 +0400)
* include/gc_version.h, configure.ac, doc/README: Change to
version 7.2alpha4.
* configure: Regenerate.

ChangeLog
README
configure
configure.ac

index dc10e96b477bd78ad5fd3012f1225b787ab17ff9..1d157a382ced34e582a8675e873e40dd3c9946d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+[1.3alpha1 release]
+
+2009-12-01  Ivan Maidanski <ivmai@mail.ru>
+
+       * configure.ac, README: Change to version 1.3alpha1.
+       * configure: Regenerate.
+
 2009-11-21  Ivan Maidanski <ivmai@mail.ru> (really Daniel R. Grayson)
 
        * configure.ac (AC_CONFIG_COMMANDS): Quote PICFLAG, CC, DEFS
diff --git a/README b/README
index f92f1a4b198cd64171b562753fd26d2782c228d5..4e6172f31ede85b67b95a88f1130b7de81729861 100644 (file)
--- a/README
+++ b/README
@@ -15,6 +15,16 @@ atomic memory operations.  These might allow you to write code:
 For details and licensing restrictions see the files in the doc
 subdirectory.
 
+This is version 1.3alpha1 of libatomic_ops.
+
+You might find a more recent version of this at
+
+http://www.hpl.hp.com/personal/Hans_Boehm/gc
+
+or
+
+http://www.hpl.hp.com/research/linux/atomic_ops/
+
 
 Installation and Usage
 ======================
index 1cd618fd72836c9c47d985233d62b7d9fd047587..1c595466c759992a3f4c2900c2c14b45870dad03 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for libatomic_ops 1.2.
+# Generated by GNU Autoconf 2.64 for libatomic_ops 1.3alpha1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -546,8 +546,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libatomic_ops'
 PACKAGE_TARNAME='libatomic_ops'
-PACKAGE_VERSION='1.2'
-PACKAGE_STRING='libatomic_ops 1.2'
+PACKAGE_VERSION='1.3alpha1'
+PACKAGE_STRING='libatomic_ops 1.3alpha1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1248,7 +1248,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libatomic_ops 1.2 to adapt to many kinds of systems.
+\`configure' configures libatomic_ops 1.3alpha1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1319,7 +1319,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libatomic_ops 1.2:";;
+     short | recursive ) echo "Configuration of libatomic_ops 1.3alpha1:";;
    esac
   cat <<\_ACEOF
 
@@ -1408,7 +1408,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libatomic_ops configure 1.2
+libatomic_ops configure 1.3alpha1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1773,7 +1773,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libatomic_ops $as_me 1.2, which was
+It was created by libatomic_ops $as_me 1.3alpha1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -2563,7 +2563,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libatomic_ops'
- VERSION='1.2'
+ VERSION='1.3alpha1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5257,7 +5257,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libatomic_ops $as_me 1.2, which was
+This file was extended by libatomic_ops $as_me 1.3alpha1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5321,7 +5321,7 @@ Report bugs to the package provider."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-libatomic_ops config.status 1.2
+libatomic_ops config.status 1.3alpha1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 391104445258e5a9a1ca0a730187904e1d1feeb2..45d8e26aa739e2154fe6b228576c807a31a54d3a 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[1.2])
+AC_INIT([libatomic_ops],[1.3alpha1])
 AC_CANONICAL_TARGET([])
 AC_CONFIG_SRCDIR(src/atomic_ops.c)
 AM_INIT_AUTOMAKE