Browse Source

update versions of the trunk

Samuel Thibault 12 years ago
parent
commit
8843c54cb3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      STARPU-VERSION

+ 3 - 3
STARPU-VERSION

@@ -18,12 +18,12 @@
 #   public release, then set age to 0. change
 
 # This is the tarball version, major.minor
-STARPU_EFFECTIVE_VERSION=1.1
+STARPU_EFFECTIVE_VERSION=1.2
 
 # 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_CURRENT=2	# increment upon ABI change
 LIBSTARPU_INTERFACE_REVISION=0	# increment upon implementation change
 LIBSTARPU_INTERFACE_AGE=0	# set to CURRENT - PREVIOUS interface
 
@@ -31,7 +31,7 @@ LIBSTARPUFFT_INTERFACE_CURRENT=1	# increment upon ABI change
 LIBSTARPUFFT_INTERFACE_REVISION=0	# increment upon implementation change
 LIBSTARPUFFT_INTERFACE_AGE=0		# set to CURRENT - PREVIOUS interface
 
-LIBSTARPUMPI_INTERFACE_CURRENT=1	# increment upon ABI change
+LIBSTARPUMPI_INTERFACE_CURRENT=2	# increment upon ABI change
 LIBSTARPUMPI_INTERFACE_REVISION=0	# increment upon implementation change
 LIBSTARPUMPI_INTERFACE_AGE=0		# set to CURRENT - PREVIOUS interface