diff --git a/CMakeLists.txt b/CMakeLists.txt index f00a5e1a3708cb55fc53322aff9b1ec856de930e..f8ed4003bb1afcc122a79ac50b9ca9285cb753c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge @@ -37,8 +37,8 @@ if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") endif() # set project version number -set(CHAMELEON_VERSION_MAJOR 1) -set(CHAMELEON_VERSION_MINOR 1) +set(CHAMELEON_VERSION_MAJOR 0) +set(CHAMELEON_VERSION_MINOR 9) set(CHAMELEON_VERSION_PATCH 0) # Add extra cmake module path and initialize morse cmake modules diff --git a/cmake_modules/morse/GenPkgConfig.cmake b/cmake_modules/morse/GenPkgConfig.cmake index 19e51db73e785a355cfa5bbfca8d6be5356bf0fa..351dac57de83c8619ac58bff000320488be121f6 100644 --- a/cmake_modules/morse/GenPkgConfig.cmake +++ b/cmake_modules/morse/GenPkgConfig.cmake @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/cmake_modules/morse/MorseInit.cmake b/cmake_modules/morse/MorseInit.cmake index 930ee54cacbf95feab0b361a110ba26321ff520a..54640c9a615eae14c6018e45117f75d0934c0d9a 100644 --- a/cmake_modules/morse/MorseInit.cmake +++ b/cmake_modules/morse/MorseInit.cmake @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/cmake_modules/morse/ParseArguments.cmake b/cmake_modules/morse/ParseArguments.cmake index d215e6c42cb827d01816d9a0ba873055e50ff7bf..64bd1135ec0aa2a8a50df557b59ed0a9dda3a634 100644 --- a/cmake_modules/morse/ParseArguments.cmake +++ b/cmake_modules/morse/ParseArguments.cmake @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/cmake_modules/morse/PrintOpts.cmake b/cmake_modules/morse/PrintOpts.cmake index 52f3096e92db02a93955f94c53453a4645d21ce1..a1181aeb30802c8c61d224ce1109167b18ac7cbb 100644 --- a/cmake_modules/morse/PrintOpts.cmake +++ b/cmake_modules/morse/PrintOpts.cmake @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Florent Pruvost # @date 10-11-2014 # diff --git a/cmake_modules/morse/RulesPrecisions.cmake b/cmake_modules/morse/RulesPrecisions.cmake index de90d933008138e696f0e826b65713bcca43f9fc..123111a09d5aea1944a0aea8867c4e6b765ddc47 100644 --- a/cmake_modules/morse/RulesPrecisions.cmake +++ b/cmake_modules/morse/RulesPrecisions.cmake @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Thomas Herault # @author George Bosilca # @author Aurelien Bouteiller diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt index 0bb99659e38c3edaaf7b8c939decaa5d91c927a4..1467328ebb8a4a2387ccd5e500f17af62457b278 100644 --- a/compute/CMakeLists.txt +++ b/compute/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/compute/pztile.c b/compute/pztile.c index fa2ce715c38e8272641e1067e63eb67628839c73..a7daef9ee2fc701e50cbbeb357aec67fcb74e972 100644 --- a/compute/pztile.c +++ b/compute/pztile.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/compute/ztile.c b/compute/ztile.c index b32bcdfc0c394bab4650d7ae180d0b675173addf..9d1463d32ba90864d21950b5a911d3052ebc92c4 100644 --- a/compute/ztile.c +++ b/compute/ztile.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/control/CMakeLists.txt b/control/CMakeLists.txt index c1ae53bcc2d83c3279b045d792590530f1299295..0beda8ff59fd17d478b18c06e3cec349cdaaf4d0 100644 --- a/control/CMakeLists.txt +++ b/control/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/control/async.c b/control/async.c index 7612548fc22f3f26089d97d7c10326e8d8c2cf52..01ed2f38d5b62602c447de239335d994c6ef5909 100644 --- a/control/async.c +++ b/control/async.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/control/async.h b/control/async.h index 752e626e88c290a31526b5fbb3d4171d82acba38..70a159be122c7b296d9d1c50ba27327eddfaa4b7 100644 --- a/control/async.h +++ b/control/async.h @@ -17,7 +17,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/auxiliary.c b/control/auxiliary.c index 6f40ee8c1dad3d826130043ca62a18c6d5ecea1d..ec98cb0468d0892b0221c644d5fb6d9712cfd6fc 100644 --- a/control/auxiliary.c +++ b/control/auxiliary.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Piotr Luszczek * @author Emmanuel Agullo diff --git a/control/auxiliary.h b/control/auxiliary.h index cba0cbc9679d0ebb22c633820c02ee77aaa676b2..bfa94d494cf64040c76bdba29b2dc937be0a2235 100644 --- a/control/auxiliary.h +++ b/control/auxiliary.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Piotr Luszczek * @author Emmanuel Agullo diff --git a/control/bulge.h b/control/bulge.h index da3a50ba6819bf1e82fd902684ca1906ee773624..7d4dacdcb48557bd97ebc1e84f5a3cf6fa31e022 100644 --- a/control/bulge.h +++ b/control/bulge.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Azzam Haidar * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/common.h b/control/common.h index 0e6167fb71b5a301bcd6cce2d47d3fba0e85face..609aa8d5f778e07a889513eac9c0d673b5276cce 100644 --- a/control/common.h +++ b/control/common.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2012-09-15 diff --git a/control/context.c b/control/context.c index f261f9290ddb02d935428c5e8d64bf3e77b961df..c9a8ad79d8edbf1d1a97abf9d12d16f875d5accf 100644 --- a/control/context.c +++ b/control/context.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/control/context.h b/control/context.h index e126c04f6d9f44f7ffbb9ee2c8702a0f4ddb0838..60b1e2e243242b7504f547abd636d9abb457c6b2 100644 --- a/control/context.h +++ b/control/context.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Cedric Augonnet * @author Mathieu Faverge diff --git a/control/control.c b/control/control.c index 2b59a25d964a57d3c4fd260e33343843ed351a8a..450e2c6a60fc21749496c8ac63f07a3ca73d68c5 100644 --- a/control/control.c +++ b/control/control.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/control/descriptor.c b/control/descriptor.c index b0bd4b46111c5bf5a7d30c2e71400a096ae7bbf6..713c58defe224395a29b336a1e4d0911e8fe2328 100644 --- a/control/descriptor.c +++ b/control/descriptor.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/descriptor.h b/control/descriptor.h index f9f11aa291a843ab9caeda6710bf19e1d857d30f..5705722bc7d791fbde5315caec35e81df4b6a81c 100644 --- a/control/descriptor.h +++ b/control/descriptor.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/control/gkkleader.h b/control/gkkleader.h index 7ab18cb6c913b9c46452f08ce489995249123803..692fcc61c62cd7b630758a873f7d4e9ea7553569 100644 --- a/control/gkkleader.h +++ b/control/gkkleader.h @@ -20,7 +20,7 @@ * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom * and its fortran implementation. * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @date 2010-11-15 * diff --git a/control/global.h b/control/global.h index fe8c44710668b84d84d692a48033c341035fd5d7..ed3981c158b5c01767e82e045a4ba57d526b56ac 100644 --- a/control/global.h +++ b/control/global.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Piotr Luszczek * @author Cedric Castagnede diff --git a/control/morse_f77.c b/control/morse_f77.c index 030007694ad529a84a80a30ca0321084517ed280..d5f3c30387f239ed97f6e43447f81ef4faac1b16 100644 --- a/control/morse_f77.c +++ b/control/morse_f77.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Bilel Hadri * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/morse_mf77.c b/control/morse_mf77.c index e72b76a08414a846be8fb70d9e1cb61752130956..662a406406b6e9beed48dc81747c4b1c3d54524a 100644 --- a/control/morse_mf77.c +++ b/control/morse_mf77.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Bilel Hadri * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/morsewinthread.c b/control/morsewinthread.c index 6215d1ee5d040ddfff319521636d6ae7cbf51c2a..87e351012e564e7845baf392acc6339aecf5e866 100644 --- a/control/morsewinthread.c +++ b/control/morsewinthread.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Piotr Luszczek * @author Cedric Castagnede * @date 2012-09-15 diff --git a/control/morsewinthread.h b/control/morsewinthread.h index 0dddd63257bc01748fe96e6b65455328a7448db8..410cbdc6a30d6dfb79a771c53820d9413e8826b0 100644 --- a/control/morsewinthread.h +++ b/control/morsewinthread.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Piotr Luszczek * @author Cedric Castagnede * @date 2012-09-15 diff --git a/control/primes.h b/control/primes.h index 9087811c7cdb9eeff3ca345393c438bf81f80d90..acdcd77d68034f3a798918a8a0ecad725b3247bf 100644 --- a/control/primes.h +++ b/control/primes.h @@ -20,7 +20,7 @@ * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom * and its fortran implementation. * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/tile.c b/control/tile.c index 63703bed9bef5841dd48caa6abe405adb1ef458d..7555048ec56f85775fccbacb80f6bc72cbd27931 100644 --- a/control/tile.c +++ b/control/tile.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/tile.h b/control/tile.h index 2042a4a786d19a78870096f579b70a0b286dd5fa..9ebcb95d2b0b49bad4aa220ef99dfab69050bb62 100644 --- a/control/tile.h +++ b/control/tile.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Cedric Castagnede * @date 2010-11-15 diff --git a/control/workspace.c b/control/workspace.c index 76f579fdb892dc8ac2f4a42726d87045b86c186d..eef6576ae29ef293a809e494013bdf67da65ee22 100644 --- a/control/workspace.c +++ b/control/workspace.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2012-09-15 diff --git a/control/workspace.h b/control/workspace.h index 168c8eb4e74d57c82da6e73efb681f2ff730d7ad..26520da9c57d3ef5b3cd8fd931cfc8390ed1a60f 100644 --- a/control/workspace.h +++ b/control/workspace.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Cedric Castagnede * @date 2010-11-15 diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt index 4d998ea57237904d1f5fb463c91de06f7e614fe8..95abc8e6e585da25c45356e01a66c3eadfa30713 100644 --- a/coreblas/CMakeLists.txt +++ b/coreblas/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt index 1460245f658e55648026ab9edbce8d9cb884d741..6b8de8cdf9d015a73ee900f5f454ee87735ab906 100644 --- a/coreblas/compute/CMakeLists.txt +++ b/coreblas/compute/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c index 58ddc68cff0c1455a697dfb92dda4f3bc99b3518..5de34076d9a2d8fe283544099c0040e8ed34678b 100644 --- a/coreblas/compute/global.c +++ b/coreblas/compute/global.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Piotr Luszczek * @date 2010-11-15 diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt index 7dbaa026c5fd8d55046e9a824a2661c70373aaa4..d994f395cbf7049cac84ffaa0b32f0c60a74cd8e 100644 --- a/coreblas/include/CMakeLists.txt +++ b/coreblas/include/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/coreblas/include/cblas.h b/coreblas/include/cblas.h index c768ed4e66a01fbc2797ef4d09036a023a4a5709..84ee9113440564a5fe93ffdfa793d368ea430dc8 100644 --- a/coreblas/include/cblas.h +++ b/coreblas/include/cblas.h @@ -19,7 +19,7 @@ * Univ. of California Berkeley and * Univ. of Colorado Denver. * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Castagnede * @date 2012-09-15 * diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h index 97f58e8967c3202211c375bac8a54d382ffb3948..7ab9608e03a15569df73e0aa9990b66f9b505a6c 100644 --- a/coreblas/include/coreblas.h +++ b/coreblas/include/coreblas.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Hatem Ltaief * @date 2010-11-15 diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 3168a3d343c52e1a27940891da64b4d6608c4ef3..ba5a28b8d161c496e887e9b38717a1883b36e4d7 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt index ca11ba3ae4e0e874fab9a58048c8337d8d64211c..0cd573de280cb9139973880021b7d5f8c5bd1c30 100644 --- a/docs/doxygen/CMakeLists.txt +++ b/docs/doxygen/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/docs/texinfo/CMakeLists.txt b/docs/texinfo/CMakeLists.txt index 079ff37a9db36c5379ff8b5980c4ecc7be05fa16..6c4210a08ed4714b50d53d2fd0ad3c9c50e08425 100644 --- a/docs/texinfo/CMakeLists.txt +++ b/docs/texinfo/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/example/lapack_to_morse/step0.h b/example/lapack_to_morse/step0.h index 00c1b15df01ee08bdb87e405d7450f014c86e50b..5b185282c2b1d45e9d87da6ddb37d179e5c3d3a5 100644 --- a/example/lapack_to_morse/step0.h +++ b/example/lapack_to_morse/step0.h @@ -35,8 +35,8 @@ #include <cblas.h> #include <lapacke.h> -#define CHAMELEON_VERSION_MAJOR 1 -#define CHAMELEON_VERSION_MINOR 1 +#define CHAMELEON_VERSION_MAJOR 0 +#define CHAMELEON_VERSION_MINOR 9 #define CHAMELEON_VERSION_MICRO 0 /* Integer parameters for step0 */ diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 8b8833e61901a7a850f30be938f59fc47242d887..c69fce63080f3c016949866b4c4c82e75ef4dddc 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/include/morse.h b/include/morse.h index 1dc37185fbb310197a930dd82d09a0fe1d4e0bc7..6fda6b82ea9e8269ed17180562b5d5dfdc1137c8 100644 --- a/include/morse.h +++ b/include/morse.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Augonnet * @author Cedric Castagnede @@ -28,11 +28,11 @@ #define _MORSE_H_ #define MORSE_VERSION_MAJOR 1 -#define MORSE_VERSION_MINOR 1 +#define MORSE_VERSION_MINOR 0 #define MORSE_VERSION_MICRO 0 -#define CHAMELEON_VERSION_MAJOR 1 -#define CHAMELEON_VERSION_MINOR 1 +#define CHAMELEON_VERSION_MAJOR 0 +#define CHAMELEON_VERSION_MINOR 9 #define CHAMELEON_VERSION_MICRO 0 diff --git a/include/morse_constants.h b/include/morse_constants.h index a99424d3f467cbdcd8c4c920bd60c200ab2fe442..54ee839b6bc9ab61630b372c6c41b9add15565ee 100644 --- a/include/morse_constants.h +++ b/include/morse_constants.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/include/morse_struct.h b/include/morse_struct.h index 78fd502eea88788131c9fd67de380228c4b93de8..94d737442ca2db16a06c24b9697b0447d308cf20 100644 --- a/include/morse_struct.h +++ b/include/morse_struct.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/include/morse_types.h b/include/morse_types.h index f0e79af586b5fffb421c50b74deb9b5880c2f387..892253402c5f30b8aaae4b7152410f752056bc4d 100644 --- a/include/morse_types.h +++ b/include/morse_types.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/include/runtime.h b/include/runtime.h index 7c10fafc9516a96ff8d53721d19af0b88b06d39b..3b9dfa0d8475eee39630585d2f57d87332d90d2a 100644 --- a/include/runtime.h +++ b/include/runtime.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Augonnet * @author Cedric Castagnede diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 885ec2f1c437a973388f8b7dbf3790c59ed14ac4..37ffdf6e86773f95277073391b6a94cc0ad4ca74 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt index 2bf3655f1111464bbe13e20ed7a08adf168e31f8..53d0a8a1d936defa33690d0faa11f9914b5aceb2 100644 --- a/runtime/quark/CMakeLists.txt +++ b/runtime/quark/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/runtime/quark/codelets/codelet_ztile_zero.c b/runtime/quark/codelets/codelet_ztile_zero.c index 73d281eaaf43e7bdd2d3aa36c8f60f82a8800570..b842f49008e4b7f8e2677077b6c0f8883f847d9d 100644 --- a/runtime/quark/codelets/codelet_ztile_zero.c +++ b/runtime/quark/codelets/codelet_ztile_zero.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Hatem Ltaief * @author Mathieu Faverge * @author Jakub Kurzak diff --git a/runtime/quark/control/options.c b/runtime/quark/control/options.c index 6e1e43b9bc81237ef5bc8809151e880650a693e0..d9d2d64d4ea08f7dba682aadad393dbdd31171b5 100644 --- a/runtime/quark/control/options.c +++ b/runtime/quark/control/options.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Vijay Joshi * @author Cedric Castagnede * @date 2011-10-29 diff --git a/runtime/quark/control/profiling.c b/runtime/quark/control/profiling.c index ebfde016f2614081e4fb6d62bee7b59471621cee..1e15968b4936955ef786595aeaded77b18df694f 100644 --- a/runtime/quark/control/profiling.c +++ b/runtime/quark/control/profiling.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Vijay Joshi * @author Cedric Castagnede * @date 2011-10-29 diff --git a/runtime/quark/control/zprofiling.c b/runtime/quark/control/zprofiling.c index a0f230567de9d1024682dc958c01d57f6570549a..188773532a7eb4edac0684b3c679937cfd781185 100644 --- a/runtime/quark/control/zprofiling.c +++ b/runtime/quark/control/zprofiling.c @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Augonnet * @author Cedric Castagnede diff --git a/runtime/quark/include/CMakeLists.txt b/runtime/quark/include/CMakeLists.txt index 0e8e5d3d756597f2ba961baa707b81441cd2796a..f93f8de7dece76e8c6f5f44871f884834f2ea0f5 100644 --- a/runtime/quark/include/CMakeLists.txt +++ b/runtime/quark/include/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h index ef309e7aa1a06e0ef8240a133467e5cd08e64b3c..929599ce1f4e72e5ac0b76efe1c6f0bd4c4a3a74 100644 --- a/runtime/quark/include/core_blas_dag.h +++ b/runtime/quark/include/core_blas_dag.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2010-11-15 diff --git a/runtime/quark/include/quark_blas.h b/runtime/quark/include/quark_blas.h index eb9a64fd70716f5539d4c1c876664a3f0438c3a8..178404cc4700cb955e887853ba0f06c6e6416a37 100644 --- a/runtime/quark/include/quark_blas.h +++ b/runtime/quark/include/quark_blas.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Jakub Kurzak * @author Hatem Ltaief * @date 2010-11-15 diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt index 60d40fcbca05682d0b433a786821f9a7155f5150..5fc8af050bccbbc140a2df1ba8065429caed3454 100644 --- a/runtime/starpu/CMakeLists.txt +++ b/runtime/starpu/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/runtime/starpu/codelets/codelet_ztile_zero.c b/runtime/starpu/codelets/codelet_ztile_zero.c index 4a2f296f8e54b73acdd60b794272ef141880425a..2117d7f3ce9ced65120c298ec0a829834c2f646c 100644 --- a/runtime/starpu/codelets/codelet_ztile_zero.c +++ b/runtime/starpu/codelets/codelet_ztile_zero.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Hatem Ltaief * @author Mathieu Faverge * @author Jakub Kurzak diff --git a/runtime/starpu/control/async.c b/runtime/starpu/control/async.c index ba20834f79d51f3a26e80544d885f79d11832ab1..f80ecbb751dd5d5e202503e53b5d18e60ea7e1f0 100644 --- a/runtime/starpu/control/async.c +++ b/runtime/starpu/control/async.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2010-11-15 diff --git a/runtime/starpu/control/context.c b/runtime/starpu/control/context.c index 32481aa9941bb485bb131a47641b55dcf1275c3e..53b180f8f45a46155dad56e5528b6dd9ec789a71 100644 --- a/runtime/starpu/control/context.c +++ b/runtime/starpu/control/context.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/control/control.c b/runtime/starpu/control/control.c index 883ea4894c19651c6e8989354df2b446302759c5..9a8e654e6bab29a5feae531308539803512f0c22 100644 --- a/runtime/starpu/control/control.c +++ b/runtime/starpu/control/control.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Augonnet * @author Cedric Castagnede diff --git a/runtime/starpu/control/descriptor.c b/runtime/starpu/control/descriptor.c index a5db14a146c3bc700b62889aaec1fe28a9c4390d..56ab4e744d226ddd215ed2acf157c662d56953bb 100644 --- a/runtime/starpu/control/descriptor.c +++ b/runtime/starpu/control/descriptor.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/control/options.c b/runtime/starpu/control/options.c index 13e792359ca9a9e780448629b5e2ef4bf718e1a2..ddc1670052b8a1051da3f57157a83c6a9396b42e 100644 --- a/runtime/starpu/control/options.c +++ b/runtime/starpu/control/options.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/control/profiling.c b/runtime/starpu/control/profiling.c index 56daafee01204a075267f1a5eee91d56b6df31dc..6c5b056d1007dc4bf79264dccf48ff82bc51a6a8 100644 --- a/runtime/starpu/control/profiling.c +++ b/runtime/starpu/control/profiling.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/control/zlocality.c b/runtime/starpu/control/zlocality.c index f6719af0125d367f1981df4500dadb355c0d0480..41f2ae84a713d1945b5516da89e5e0120db66f0f 100644 --- a/runtime/starpu/control/zlocality.c +++ b/runtime/starpu/control/zlocality.c @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/control/zprofiling.c b/runtime/starpu/control/zprofiling.c index 250b6f25fcefb472a5f9db837ff16598989bf01d..65e23dff654ed08bc1264c7f46d6f5f3ff4d67c0 100644 --- a/runtime/starpu/control/zprofiling.c +++ b/runtime/starpu/control/zprofiling.c @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/include/codelet_profile.h b/runtime/starpu/include/codelet_profile.h index c86208325fee525f5bee2fb705de39b0dd857665..b38a70824fce82c2829e63d370496b3b861ec705 100644 --- a/runtime/starpu/include/codelet_profile.h +++ b/runtime/starpu/include/codelet_profile.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/include/codelet_z.h b/runtime/starpu/include/codelet_z.h index 1bce6d16411df89e56ffa6fe19095f3416c9e884..6ed8a6d4c53f9f237fef68d6f117c3c515c83eae 100644 --- a/runtime/starpu/include/codelet_z.h +++ b/runtime/starpu/include/codelet_z.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/include/codelets.h b/runtime/starpu/include/codelets.h index 05e2ca7c9a44eb6d8baee29101937fb9228bc980..4194086b686b2c9c6367f3f702bc16919b441086 100644 --- a/runtime/starpu/include/codelets.h +++ b/runtime/starpu/include/codelets.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/include/morse_starpu.h b/runtime/starpu/include/morse_starpu.h index df5404e99f6dec9fb6e676ff4ed7bf70bc5176c7..d511093912b9f0829bf86a3f91ba7ff91edc7928 100644 --- a/runtime/starpu/include/morse_starpu.h +++ b/runtime/starpu/include/morse_starpu.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2011-06-01 diff --git a/runtime/starpu/include/profiling.h b/runtime/starpu/include/profiling.h index 2fcce5a06dd1828138c5ce05e1065b7315bd99e4..1b417902a8070b44e22746bf6785f3a16b74238e 100644 --- a/runtime/starpu/include/profiling.h +++ b/runtime/starpu/include/profiling.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2011-06-01 diff --git a/runtime/starpu/include/workspace.h b/runtime/starpu/include/workspace.h index bb229c0b25ab0a04bd45201c7e88dff707b367ef..b8aca43aef130535e8db11894818da4becde37bc 100644 --- a/runtime/starpu/include/workspace.h +++ b/runtime/starpu/include/workspace.h @@ -17,7 +17,7 @@ * Univ. of California Berkeley and Univ. of Colorado Denver, * and INRIA Bordeaux Sud-Ouest * - * @version 1.1.0 + * @version 0.9.0 * @author Cedric Augonnet * @date 2011-06-01 * diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt index 1d83390ca2f1a6cb256b616bb65a9319a1092c77..c92f2943f66041243c1b498a6dcb3b1e6dbe921d 100755 --- a/simucore/CMakeLists.txt +++ b/simucore/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @date 02-10-2014 # ### diff --git a/simucore/simucblas/CMakeLists.txt b/simucore/simucblas/CMakeLists.txt index cad94f1537b302cbc8e45a228e98746c0df90031..c2d31f955b75b6e6fdacf04711cf3dd05954bf1e 100644 --- a/simucore/simucblas/CMakeLists.txt +++ b/simucore/simucblas/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/simucore/simulapacke/CMakeLists.txt b/simucore/simulapacke/CMakeLists.txt index 2a57191d973c5fe4ce32cfa207bb9c07c6efed48..02cc9d39576215115b36fab7b871d9ce757e2d76 100644 --- a/simucore/simulapacke/CMakeLists.txt +++ b/simucore/simulapacke/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @date 02-10-2014 # ### diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 36df4eb10816ba3df1a78ebaed25e591378c1dfb..70948add9819c10f69f54151a35b6d0686aada0f 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/testing/lin/CMakeLists.txt b/testing/lin/CMakeLists.txt index 1a1d5acf5ae608ebec4ea14bed98b9929fa6fe60..897038c6ee0e8f57ecf6e99a196f9e7a96f31d25 100644 --- a/testing/lin/CMakeLists.txt +++ b/testing/lin/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c index 8b261f5515a7e214c59c0832e784551273896449..419e05606fb1dd5a876ba4d5f6027e8ee9994214 100644 --- a/testing/testing_zauxiliary.c +++ b/testing/testing_zauxiliary.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cédric Castagnède * @date 2010-11-15 diff --git a/testing/testing_zauxiliary.h b/testing/testing_zauxiliary.h index 2a9d335e008f38ea432c57a5fae17a6d9f64d258..8795a30afbde736644d2fc05f5e7f6b037d242ac 100644 --- a/testing/testing_zauxiliary.h +++ b/testing/testing_zauxiliary.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cédric Castagnède * @date 2010-11-15 diff --git a/timing/CMakeLists.txt b/timing/CMakeLists.txt index 6b83ba4993003686c451b6ada5534ca901514581..852828f9830bdb5900ac6d94116c8ee08b76c1f9 100644 --- a/timing/CMakeLists.txt +++ b/timing/CMakeLists.txt @@ -18,7 +18,7 @@ # Univ. of California Berkeley, # Univ. of Colorado Denver. # -# @version 1.1.0 +# @version 0.9.0 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge diff --git a/timing/auxiliary.c b/timing/auxiliary.c index 27271ce6a148f8ee66e21e8c2767135e33894c36..bff35a3ebf6d924e7d9427444a98a3cace2205f7 100644 --- a/timing/auxiliary.c +++ b/timing/auxiliary.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2010-11-15 diff --git a/timing/auxiliary.h b/timing/auxiliary.h index 2f321776824196d93b57da78661c057632b53257..beb700dd17180eaa89e3fa948195e777a08b11cb 100644 --- a/timing/auxiliary.h +++ b/timing/auxiliary.h @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2010-11-15 diff --git a/timing/flops.h b/timing/flops.h index d234b0469cfe28b56abbbba3a90186bf344937dc..9b93e7d7a92c256e6ff2142f1a1297ec3842b6ff 100644 --- a/timing/flops.h +++ b/timing/flops.h @@ -14,7 +14,7 @@ * * File provided by Univ. of Tennessee, * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Cedric Castagnede * @date 2010-12-20 diff --git a/timing/timing.c b/timing/timing.c index 93bc283b353867b4c3541a7f66ae9a678699d4a3..0efe4acad6bb033ba7b695564de4633bb13b8112 100644 --- a/timing/timing.c +++ b/timing/timing.c @@ -16,7 +16,7 @@ * MORSE is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * - * @version 1.1.0 + * @version 0.9.0 * @author Mathieu Faverge * @author Dulceneia Becker * @author Cedric Castagnede