Bladeren bron

bump to 1.3

Nathalie Furmento 10 jaren geleden
bovenliggende
commit
43fe83f242
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      STARPU-VERSION

+ 5 - 5
STARPU-VERSION

@@ -18,24 +18,24 @@
 #   public release, then set age to 0. change
 
 # This is the tarball version, major.minor
-STARPU_EFFECTIVE_VERSION=1.2
+STARPU_EFFECTIVE_VERSION=1.3
 
 # Note for StarPU 1.1: we have changed ABI
 # Note for StarPU 1.2: reset everything to 0:0:0
 
 # Libtool interface versioning (info "(libtool) Versioning").
-LIBSTARPU_INTERFACE_CURRENT=2	# increment upon ABI change
+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
 
-LIBSTARPUFFT_INTERFACE_CURRENT=1	# increment upon ABI change
+LIBSTARPUFFT_INTERFACE_CURRENT=0	# increment upon ABI change
 LIBSTARPUFFT_INTERFACE_REVISION=0	# increment upon implementation change
 LIBSTARPUFFT_INTERFACE_AGE=0		# set to CURRENT - PREVIOUS interface
 
-LIBSTARPUMPI_INTERFACE_CURRENT=2	# increment upon ABI change
+LIBSTARPUMPI_INTERFACE_CURRENT=0	# increment upon ABI change
 LIBSTARPUMPI_INTERFACE_REVISION=0	# increment upon implementation change
 LIBSTARPUMPI_INTERFACE_AGE=0		# set to CURRENT - PREVIOUS interface
 
-LIBSOCL_INTERFACE_CURRENT=1	# increment upon ABI change
+LIBSOCL_INTERFACE_CURRENT=0	# increment upon ABI change
 LIBSOCL_INTERFACE_REVISION=0	# increment upon implementation change
 LIBSOCL_INTERFACE_AGE=0		# set to CURRENT - PREVIOUS interface