Explorar el Código

document EFFECTIVE_VERSION

Samuel Thibault hace 12 años
padre
commit
1ba9766348
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      STARPU-VERSION

+ 3 - 1
STARPU-VERSION

@@ -17,13 +17,15 @@
 # - If any interfaces have been removed or changed since the last
 #   public release, then set age to 0. change
 
+# This is the tarball version, major.minor
+STARPU_EFFECTIVE_VERSION=1.0
+
 # Note for StarPU 1.1: we have changed ABI
 
 # Libtool interface versioning (info "(libtool) Versioning").
 LIBSTARPU_INTERFACE_CURRENT=1	# 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
 
 LIBSTARPUFFT_INTERFACE_CURRENT=1	# increment upon ABI change
 LIBSTARPUFFT_INTERFACE_REVISION=0	# increment upon implementation change