瀏覽代碼

configure.ac: fix value for STARPU_VERSION

Nathalie Furmento 13 年之前
父節點
當前提交
b8a48692a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -67,7 +67,7 @@ if test x$SIZEOF_VOID_P = x4; then
 fi
 fi
 
 
 # Get the version of StarPU that we are installing
 # Get the version of StarPU that we are installing
-STARPU_VERSION=1
+STARPU_VERSION=10000
 AC_SUBST(STARPU_VERSION)
 AC_SUBST(STARPU_VERSION)
 AC_DEFINE_UNQUOTED([STARPU_VERSION], [$STARPU_VERSION], [Version of StarPU])
 AC_DEFINE_UNQUOTED([STARPU_VERSION], [$STARPU_VERSION], [Version of StarPU])