Browse Source

document EFFECTIVE_VERSION

Samuel Thibault 12 years ago
parent
commit
1ba9766348
1 changed files with 3 additions and 1 deletions
  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