Browse Source

Hard-define STARPU_EFFECTIVE_VERSION to 1.0, it is the version of the API, not of StarPU itself

Samuel Thibault 13 years ago
parent
commit
29953d46c6
2 changed files with 2 additions and 2 deletions
  1. 1 0
      STARPU-VERSION
  2. 1 2
      configure.ac

+ 1 - 0
STARPU-VERSION

@@ -6,3 +6,4 @@
 LIBSTARPU_INTERFACE_CURRENT=0	# increment upon ABI change
 LIBSTARPU_INTERFACE_REVISION=0	# increment upon implementation change
 LIBSTARPU_INTERFACE_AGE=0	# set to CURRENT - PREVIOUS interface
+STARPU_EFFECTIVE_VERSION=1.0

+ 1 - 2
configure.ac

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009, 2010, 2011  Université de Bordeaux 1
+# Copyright (C) 2009-2012  Université de Bordeaux 1
 # Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
 # Copyright (C) 2011  Télécom-SudParis
 # Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
@@ -24,7 +24,6 @@ dnl Versioning.
 
 STARPU_MAJOR_VERSION="`echo $PACKAGE_VERSION | cut -d . -f 1`"
 STARPU_MINOR_VERSION="`echo $PACKAGE_VERSION | cut -d . -f 2`"
-STARPU_EFFECTIVE_VERSION="$STARPU_MAJOR_VERSION.$STARPU_MINOR_VERSION"
 AC_SUBST([STARPU_MAJOR_VERSION])
 AC_SUBST([STARPU_MINOR_VERSION])
 AC_SUBST([STARPU_EFFECTIVE_VERSION])