From 7f98a5b189e0b5bd4c6c36eae7e7ff9bd053014e Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 01:21:12 +0100
Subject: [PATCH] Update version number

---
 CMakeLists.txt                                              | 2 +-
 cmake_modules/GenPkgConfig.cmake                            | 2 +-
 cmake_modules/PrintOpts.cmake                               | 2 +-
 compute/CMakeLists.txt                                      | 2 +-
 compute/pzbuild.c                                           | 2 +-
 compute/pzgebrd_ge2gb.c                                     | 2 +-
 compute/pzgelqf.c                                           | 2 +-
 compute/pzgelqf_param.c                                     | 2 +-
 compute/pzgelqfrh.c                                         | 2 +-
 compute/pzgemm.c                                            | 2 +-
 compute/pzgeqrf.c                                           | 2 +-
 compute/pzgeqrfrh.c                                         | 2 +-
 compute/pzgetrf_incpiv.c                                    | 2 +-
 compute/pzgetrf_nopiv.c                                     | 2 +-
 compute/pzhemm.c                                            | 2 +-
 compute/pzher2k.c                                           | 2 +-
 compute/pzherk.c                                            | 2 +-
 compute/pzhetrd_he2hb.c                                     | 2 +-
 compute/pzlacpy.c                                           | 2 +-
 compute/pzlag2c.c                                           | 2 +-
 compute/pzlange.c                                           | 2 +-
 compute/pzlanhe.c                                           | 2 +-
 compute/pzlansy.c                                           | 2 +-
 compute/pzlantr.c                                           | 2 +-
 compute/pzlascal.c                                          | 2 +-
 compute/pzlaset.c                                           | 2 +-
 compute/pzlaset2.c                                          | 2 +-
 compute/pzlauum.c                                           | 2 +-
 compute/pzplghe.c                                           | 2 +-
 compute/pzplgsy.c                                           | 2 +-
 compute/pzplrnt.c                                           | 2 +-
 compute/pzpotrf.c                                           | 2 +-
 compute/pzpotrimm.c                                         | 2 +-
 compute/pzsymm.c                                            | 2 +-
 compute/pzsyr2k.c                                           | 2 +-
 compute/pzsyrk.c                                            | 2 +-
 compute/pztile2band.c                                       | 2 +-
 compute/pztpgqrt.c                                          | 2 +-
 compute/pztpqrt.c                                           | 2 +-
 compute/pztradd.c                                           | 2 +-
 compute/pztrmm.c                                            | 2 +-
 compute/pztrsm.c                                            | 2 +-
 compute/pztrsmpl.c                                          | 2 +-
 compute/pztrtri.c                                           | 2 +-
 compute/pzunglq.c                                           | 2 +-
 compute/pzunglqrh.c                                         | 2 +-
 compute/pzungqr.c                                           | 2 +-
 compute/pzungqrrh.c                                         | 2 +-
 compute/pzunmlq.c                                           | 2 +-
 compute/pzunmlqrh.c                                         | 2 +-
 compute/pzunmqr.c                                           | 2 +-
 compute/pzunmqrrh.c                                         | 2 +-
 compute/zbuild.c                                            | 2 +-
 compute/zgeadd.c                                            | 2 +-
 compute/zgelqf.c                                            | 2 +-
 compute/zgelqs.c                                            | 2 +-
 compute/zgels.c                                             | 2 +-
 compute/zgemm.c                                             | 2 +-
 compute/zgeqrf.c                                            | 2 +-
 compute/zgeqrs.c                                            | 2 +-
 compute/zgesv_incpiv.c                                      | 2 +-
 compute/zgesv_nopiv.c                                       | 2 +-
 compute/zgesvd.c                                            | 2 +-
 compute/zgetrf_incpiv.c                                     | 2 +-
 compute/zgetrf_nopiv.c                                      | 2 +-
 compute/zgetrs_incpiv.c                                     | 2 +-
 compute/zgetrs_nopiv.c                                      | 2 +-
 compute/zheevd.c                                            | 2 +-
 compute/zhemm.c                                             | 2 +-
 compute/zher2k.c                                            | 2 +-
 compute/zherk.c                                             | 2 +-
 compute/zhetrd.c                                            | 2 +-
 compute/zlacpy.c                                            | 2 +-
 compute/zlange.c                                            | 2 +-
 compute/zlanhe.c                                            | 2 +-
 compute/zlansy.c                                            | 2 +-
 compute/zlantr.c                                            | 2 +-
 compute/zlascal.c                                           | 2 +-
 compute/zlaset.c                                            | 2 +-
 compute/zlauum.c                                            | 2 +-
 compute/zplghe.c                                            | 2 +-
 compute/zplgsy.c                                            | 2 +-
 compute/zplrnt.c                                            | 2 +-
 compute/zposv.c                                             | 2 +-
 compute/zpotrf.c                                            | 2 +-
 compute/zpotri.c                                            | 2 +-
 compute/zpotrimm.c                                          | 2 +-
 compute/zpotrs.c                                            | 2 +-
 compute/zsymm.c                                             | 2 +-
 compute/zsyr2k.c                                            | 2 +-
 compute/zsyrk.c                                             | 2 +-
 compute/zsysv.c                                             | 2 +-
 compute/zsytrf.c                                            | 2 +-
 compute/zsytrs.c                                            | 2 +-
 compute/ztile.c                                             | 2 +-
 compute/ztpgqrt.c                                           | 2 +-
 compute/ztpqrt.c                                            | 2 +-
 compute/ztradd.c                                            | 2 +-
 compute/ztrmm.c                                             | 2 +-
 compute/ztrsm.c                                             | 2 +-
 compute/ztrsmpl.c                                           | 2 +-
 compute/ztrtri.c                                            | 2 +-
 compute/zunglq.c                                            | 2 +-
 compute/zungqr.c                                            | 2 +-
 compute/zunmlq.c                                            | 2 +-
 compute/zunmlq_param.c                                      | 2 +-
 compute/zunmqr.c                                            | 2 +-
 control/CMakeLists.txt                                      | 2 +-
 control/async.c                                             | 2 +-
 control/async.h                                             | 2 +-
 control/auxiliary.c                                         | 2 +-
 control/auxiliary.h                                         | 2 +-
 control/common.h                                            | 2 +-
 control/compute_z.h                                         | 2 +-
 control/context.c                                           | 2 +-
 control/context.h                                           | 2 +-
 control/control.c                                           | 2 +-
 control/descriptor.c                                        | 2 +-
 control/descriptor.h                                        | 2 +-
 control/gkkleader.h                                         | 2 +-
 control/global.h                                            | 2 +-
 control/morse_f90.f90                                       | 2 +-
 control/morse_mf77.c                                        | 2 +-
 control/morse_zcf90.F90                                     | 2 +-
 control/morse_zf77.c                                        | 2 +-
 control/morse_zf90.F90                                      | 2 +-
 control/morse_zf90_wrappers.F90                             | 2 +-
 control/morsewinthread.c                                    | 2 +-
 control/morsewinthread.h                                    | 2 +-
 control/primes.h                                            | 2 +-
 control/tile.c                                              | 2 +-
 control/workspace.c                                         | 2 +-
 control/workspace.h                                         | 2 +-
 control/workspace_z.c                                       | 2 +-
 coreblas/CMakeLists.txt                                     | 2 +-
 coreblas/compute/CMakeLists.txt                             | 2 +-
 coreblas/compute/core_dzasum.c                              | 2 +-
 coreblas/compute/core_zaxpy.c                               | 2 +-
 coreblas/compute/core_zgeadd.c                              | 2 +-
 coreblas/compute/core_zgelqt.c                              | 2 +-
 coreblas/compute/core_zgemm.c                               | 2 +-
 coreblas/compute/core_zgeqrt.c                              | 2 +-
 coreblas/compute/core_zgesplit.c                            | 2 +-
 coreblas/compute/core_zgessm.c                              | 2 +-
 coreblas/compute/core_zgessq.c                              | 2 +-
 coreblas/compute/core_zgetf2_nopiv.c                        | 2 +-
 coreblas/compute/core_zgetrf.c                              | 2 +-
 coreblas/compute/core_zgetrf_incpiv.c                       | 2 +-
 coreblas/compute/core_zgetrf_nopiv.c                        | 2 +-
 coreblas/compute/core_zhe2ge.c                              | 2 +-
 coreblas/compute/core_zhemm.c                               | 2 +-
 coreblas/compute/core_zher2k.c                              | 2 +-
 coreblas/compute/core_zherfb.c                              | 2 +-
 coreblas/compute/core_zherk.c                               | 2 +-
 coreblas/compute/core_zhessq.c                              | 2 +-
 coreblas/compute/core_zlacpy.c                              | 2 +-
 coreblas/compute/core_zlag2c.c                              | 2 +-
 coreblas/compute/core_zlange.c                              | 2 +-
 coreblas/compute/core_zlanhe.c                              | 2 +-
 coreblas/compute/core_zlansy.c                              | 2 +-
 coreblas/compute/core_zlantr.c                              | 2 +-
 coreblas/compute/core_zlascal.c                             | 2 +-
 coreblas/compute/core_zlaset.c                              | 2 +-
 coreblas/compute/core_zlaset2.c                             | 2 +-
 coreblas/compute/core_zlatro.c                              | 2 +-
 coreblas/compute/core_zlauum.c                              | 2 +-
 coreblas/compute/core_zpamm.c                               | 2 +-
 coreblas/compute/core_zparfb.c                              | 2 +-
 coreblas/compute/core_zpemv.c                               | 2 +-
 coreblas/compute/core_zplghe.c                              | 2 +-
 coreblas/compute/core_zplgsy.c                              | 2 +-
 coreblas/compute/core_zplrnt.c                              | 2 +-
 coreblas/compute/core_zpotrf.c                              | 2 +-
 coreblas/compute/core_zssssm.c                              | 2 +-
 coreblas/compute/core_zsymm.c                               | 2 +-
 coreblas/compute/core_zsyr2k.c                              | 2 +-
 coreblas/compute/core_zsyrk.c                               | 2 +-
 coreblas/compute/core_zsyssq.c                              | 2 +-
 coreblas/compute/core_zsytf2_nopiv.c                        | 2 +-
 coreblas/compute/core_ztplqt.c                              | 2 +-
 coreblas/compute/core_ztpmlqt.c                             | 2 +-
 coreblas/compute/core_ztpmqrt.c                             | 2 +-
 coreblas/compute/core_ztpqrt.c                              | 2 +-
 coreblas/compute/core_ztradd.c                              | 2 +-
 coreblas/compute/core_ztrasm.c                              | 2 +-
 coreblas/compute/core_ztrmm.c                               | 2 +-
 coreblas/compute/core_ztrsm.c                               | 2 +-
 coreblas/compute/core_ztrssq.c                              | 2 +-
 coreblas/compute/core_ztrtri.c                              | 2 +-
 coreblas/compute/core_ztslqt.c                              | 2 +-
 coreblas/compute/core_ztsmlq.c                              | 2 +-
 coreblas/compute/core_ztsmlq_hetra1.c                       | 2 +-
 coreblas/compute/core_ztsmqr.c                              | 2 +-
 coreblas/compute/core_ztsmqr_hetra1.c                       | 2 +-
 coreblas/compute/core_ztsqrt.c                              | 2 +-
 coreblas/compute/core_ztstrf.c                              | 2 +-
 coreblas/compute/core_zttlqt.c                              | 2 +-
 coreblas/compute/core_zttmlq.c                              | 2 +-
 coreblas/compute/core_zttmqr.c                              | 2 +-
 coreblas/compute/core_zttqrt.c                              | 2 +-
 coreblas/compute/core_zunmlq.c                              | 2 +-
 coreblas/compute/core_zunmqr.c                              | 2 +-
 coreblas/compute/global.c                                   | 2 +-
 coreblas/eztrace_module/CMakeLists.txt                      | 2 +-
 coreblas/include/CMakeLists.txt                             | 2 +-
 coreblas/include/coreblas.h                                 | 2 +-
 coreblas/include/coreblas/cblas.h                           | 6 +++---
 coreblas/include/coreblas/coreblas_z.h                      | 2 +-
 coreblas/include/coreblas/coreblas_zc.h                     | 2 +-
 coreblas/include/coreblas/lapacke.h                         | 2 ++
 coreblas/include/coreblas/lapacke_config.h                  | 2 ++
 coreblas/include/coreblas/lapacke_mangling.h                | 2 ++
 cudablas/CMakeLists.txt                                     | 2 +-
 cudablas/compute/CMakeLists.txt                             | 1 +
 cudablas/compute/cuda_zgeadd.c                              | 1 +
 cudablas/compute/cuda_zgelqt.c                              | 1 +
 cudablas/compute/cuda_zgemerge.c                            | 1 +
 cudablas/compute/cuda_zgemm.c                               | 1 +
 cudablas/compute/cuda_zgeqrt.c                              | 1 +
 cudablas/compute/cuda_zgessm.c                              | 1 +
 cudablas/compute/cuda_zgetrf.c                              | 1 +
 cudablas/compute/cuda_zhemm.c                               | 1 +
 cudablas/compute/cuda_zher2k.c                              | 1 +
 cudablas/compute/cuda_zherfb.c                              | 1 +
 cudablas/compute/cuda_zherk.c                               | 1 +
 cudablas/compute/cuda_zlarfb.c                              | 1 +
 cudablas/compute/cuda_zlauum.c                              | 1 +
 cudablas/compute/cuda_zparfb.c                              | 1 +
 cudablas/compute/cuda_zpotrf.c                              | 1 +
 cudablas/compute/cuda_zssssm.c                              | 1 +
 cudablas/compute/cuda_zsymm.c                               | 1 +
 cudablas/compute/cuda_zsyr2k.c                              | 1 +
 cudablas/compute/cuda_zsyrk.c                               | 1 +
 cudablas/compute/cuda_ztpmqrt.c                             | 1 +
 cudablas/compute/cuda_ztrmm.c                               | 1 +
 cudablas/compute/cuda_ztrsm.c                               | 1 +
 cudablas/compute/cuda_ztrtri.c                              | 1 +
 cudablas/compute/cuda_ztslqt.c                              | 1 +
 cudablas/compute/cuda_ztsmlq.c                              | 1 +
 cudablas/compute/cuda_ztsmqr.c                              | 1 +
 cudablas/compute/cuda_ztsqrt.c                              | 1 +
 cudablas/compute/cuda_ztstrf.c                              | 1 +
 cudablas/compute/cuda_zttmqr.c                              | 1 +
 cudablas/compute/cuda_zunmlqt.c                             | 1 +
 cudablas/compute/cuda_zunmqrt.c                             | 1 +
 cudablas/compute/cudaglobal.c                               | 2 +-
 cudablas/eztrace_module/CMakeLists.txt                      | 2 +-
 cudablas/include/CMakeLists.txt                             | 1 +
 cudablas/include/cudablas.h                                 | 1 +
 cudablas/include/cudablas/cudablas_z.h                      | 1 +
 doc/CMakeLists.txt                                          | 2 +-
 doc/doxygen/CMakeLists.txt                                  | 2 +-
 doc/orgmode/CMakeLists.txt                                  | 2 +-
 doc/texinfo/CMakeLists.txt                                  | 2 +-
 example/CMakeLists.txt                                      | 1 -
 example/basic_zposv/CMakeLists.txt                          | 2 +-
 example/lapack_to_morse/CMakeLists.txt                      | 2 +-
 example/out_of_core/CMakeLists.txt                          | 2 +-
 include/CMakeLists.txt                                      | 2 +-
 include/chameleon/chameleon_config.h.in                     | 2 +-
 include/chameleon/chameleon_timer.h                         | 1 +
 include/chameleon/morse_constants.h                         | 2 +-
 include/chameleon/morse_fortran.h                           | 2 +-
 include/chameleon/morse_kernels.h                           | 2 +-
 include/chameleon/morse_runtime.h                           | 2 +-
 include/chameleon/morse_struct.h                            | 2 +-
 include/chameleon/morse_tasks.h                             | 2 +-
 include/chameleon/morse_tasks_z.h                           | 2 +-
 include/chameleon/morse_tasks_zc.h                          | 2 +-
 include/chameleon/morse_types.h                             | 2 +-
 include/chameleon/morse_z.h                                 | 2 +-
 include/chameleon/morse_zc.h                                | 2 +-
 include/morse.h                                             | 2 +-
 plasma-conversion/callGeneration.bash                       | 2 +-
 plasma-conversion/fileConversion.py                         | 1 -
 plasma-conversion/fileCopy.py                               | 1 -
 plasma-conversion/generate_morseSrc.py                      | 1 -
 .../insert-licence/insert-licence-chameleon.sh              | 2 +-
 runtime/CMakeLists.txt                                      | 2 +-
 runtime/parsec/CMakeLists.txt                               | 2 +-
 runtime/parsec/codelets/codelet_zasum.c                     | 2 +-
 runtime/parsec/codelets/codelet_zaxpy.c                     | 2 +-
 runtime/parsec/codelets/codelet_zbuild.c                    | 2 +-
 runtime/parsec/codelets/codelet_zgeadd.c                    | 2 +-
 runtime/parsec/codelets/codelet_zgelqt.c                    | 2 +-
 runtime/parsec/codelets/codelet_zgemm.c                     | 2 +-
 runtime/parsec/codelets/codelet_zgeqrt.c                    | 2 +-
 runtime/parsec/codelets/codelet_zgessm.c                    | 2 +-
 runtime/parsec/codelets/codelet_zgessq.c                    | 2 +-
 runtime/parsec/codelets/codelet_zgetrf.c                    | 2 +-
 runtime/parsec/codelets/codelet_zgetrf_incpiv.c             | 2 +-
 runtime/parsec/codelets/codelet_zgetrf_nopiv.c              | 2 +-
 runtime/parsec/codelets/codelet_zhe2ge.c                    | 1 +
 runtime/parsec/codelets/codelet_zhemm.c                     | 2 +-
 runtime/parsec/codelets/codelet_zher2k.c                    | 2 +-
 runtime/parsec/codelets/codelet_zherfb.c                    | 2 +-
 runtime/parsec/codelets/codelet_zherk.c                     | 2 +-
 runtime/parsec/codelets/codelet_zhessq.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlacpy.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlag2c.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlange.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlanhe.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlansy.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlantr.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlascal.c                   | 2 +-
 runtime/parsec/codelets/codelet_zlaset.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlaset2.c                   | 2 +-
 runtime/parsec/codelets/codelet_zlatro.c                    | 2 +-
 runtime/parsec/codelets/codelet_zlauum.c                    | 2 +-
 runtime/parsec/codelets/codelet_zpamm.c                     | 2 +-
 runtime/parsec/codelets/codelet_zplghe.c                    | 2 +-
 runtime/parsec/codelets/codelet_zplgsy.c                    | 2 +-
 runtime/parsec/codelets/codelet_zplrnt.c                    | 2 +-
 runtime/parsec/codelets/codelet_zplssq.c                    | 2 +-
 runtime/parsec/codelets/codelet_zpotrf.c                    | 2 +-
 runtime/parsec/codelets/codelet_zssssm.c                    | 2 +-
 runtime/parsec/codelets/codelet_zsymm.c                     | 2 +-
 runtime/parsec/codelets/codelet_zsyr2k.c                    | 2 +-
 runtime/parsec/codelets/codelet_zsyrk.c                     | 2 +-
 runtime/parsec/codelets/codelet_zsyssq.c                    | 2 +-
 runtime/parsec/codelets/codelet_zsytrf_nopiv.c              | 2 +-
 runtime/parsec/codelets/codelet_ztile_zero.c                | 2 +-
 runtime/parsec/codelets/codelet_ztplqt.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztpmlqt.c                   | 2 +-
 runtime/parsec/codelets/codelet_ztpmqrt.c                   | 2 +-
 runtime/parsec/codelets/codelet_ztpqrt.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztradd.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztrasm.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztrmm.c                     | 2 +-
 runtime/parsec/codelets/codelet_ztrsm.c                     | 2 +-
 runtime/parsec/codelets/codelet_ztrssq.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztrtri.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztslqt.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztsmlq.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztsmlq_hetra1.c             | 2 +-
 runtime/parsec/codelets/codelet_ztsmqr.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztsmqr_hetra1.c             | 2 +-
 runtime/parsec/codelets/codelet_ztsqrt.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztstrf.c                    | 2 +-
 runtime/parsec/codelets/codelet_zttlqt.c                    | 2 +-
 runtime/parsec/codelets/codelet_zttmlq.c                    | 2 +-
 runtime/parsec/codelets/codelet_zttmqr.c                    | 2 +-
 runtime/parsec/codelets/codelet_zttqrt.c                    | 2 +-
 runtime/parsec/codelets/codelet_zunmlq.c                    | 2 +-
 runtime/parsec/codelets/codelet_zunmqr.c                    | 2 +-
 runtime/parsec/control/runtime_async.c                      | 1 -
 runtime/parsec/control/runtime_context.c                    | 1 -
 runtime/parsec/control/runtime_control.c                    | 1 -
 runtime/parsec/control/runtime_descriptor.c                 | 1 -
 runtime/parsec/control/runtime_options.c                    | 1 -
 runtime/parsec/control/runtime_profiling.c                  | 1 -
 runtime/parsec/control/runtime_zlocality.c                  | 1 -
 runtime/parsec/control/runtime_zprofiling.c                 | 1 -
 runtime/parsec/include/chameleon_parsec.h                   | 2 ++
 runtime/quark/CMakeLists.txt                                | 2 +-
 runtime/quark/codelets/codelet_zasum.c                      | 2 +-
 runtime/quark/codelets/codelet_zaxpy.c                      | 2 +-
 runtime/quark/codelets/codelet_zbuild.c                     | 2 +-
 runtime/quark/codelets/codelet_zgeadd.c                     | 2 +-
 runtime/quark/codelets/codelet_zgelqt.c                     | 2 +-
 runtime/quark/codelets/codelet_zgemm.c                      | 2 +-
 runtime/quark/codelets/codelet_zgeqrt.c                     | 2 +-
 runtime/quark/codelets/codelet_zgessm.c                     | 2 +-
 runtime/quark/codelets/codelet_zgessq.c                     | 2 +-
 runtime/quark/codelets/codelet_zgetrf.c                     | 2 +-
 runtime/quark/codelets/codelet_zgetrf_incpiv.c              | 2 +-
 runtime/quark/codelets/codelet_zgetrf_nopiv.c               | 2 +-
 runtime/quark/codelets/codelet_zhe2ge.c                     | 1 +
 runtime/quark/codelets/codelet_zhemm.c                      | 2 +-
 runtime/quark/codelets/codelet_zher2k.c                     | 2 +-
 runtime/quark/codelets/codelet_zherfb.c                     | 2 +-
 runtime/quark/codelets/codelet_zherk.c                      | 2 +-
 runtime/quark/codelets/codelet_zhessq.c                     | 2 +-
 runtime/quark/codelets/codelet_zlacpy.c                     | 2 +-
 runtime/quark/codelets/codelet_zlag2c.c                     | 2 +-
 runtime/quark/codelets/codelet_zlange.c                     | 2 +-
 runtime/quark/codelets/codelet_zlanhe.c                     | 2 +-
 runtime/quark/codelets/codelet_zlansy.c                     | 2 +-
 runtime/quark/codelets/codelet_zlantr.c                     | 2 +-
 runtime/quark/codelets/codelet_zlascal.c                    | 2 +-
 runtime/quark/codelets/codelet_zlaset.c                     | 2 +-
 runtime/quark/codelets/codelet_zlaset2.c                    | 2 +-
 runtime/quark/codelets/codelet_zlatro.c                     | 2 +-
 runtime/quark/codelets/codelet_zlauum.c                     | 2 +-
 runtime/quark/codelets/codelet_zpamm.c                      | 2 +-
 runtime/quark/codelets/codelet_zplghe.c                     | 2 +-
 runtime/quark/codelets/codelet_zplgsy.c                     | 2 +-
 runtime/quark/codelets/codelet_zplrnt.c                     | 2 +-
 runtime/quark/codelets/codelet_zplssq.c                     | 2 +-
 runtime/quark/codelets/codelet_zpotrf.c                     | 2 +-
 runtime/quark/codelets/codelet_zssssm.c                     | 2 +-
 runtime/quark/codelets/codelet_zsymm.c                      | 2 +-
 runtime/quark/codelets/codelet_zsyr2k.c                     | 2 +-
 runtime/quark/codelets/codelet_zsyrk.c                      | 2 +-
 runtime/quark/codelets/codelet_zsyssq.c                     | 2 +-
 runtime/quark/codelets/codelet_ztile_zero.c                 | 2 +-
 runtime/quark/codelets/codelet_ztplqt.c                     | 2 +-
 runtime/quark/codelets/codelet_ztpmlqt.c                    | 2 +-
 runtime/quark/codelets/codelet_ztpmqrt.c                    | 2 +-
 runtime/quark/codelets/codelet_ztpqrt.c                     | 2 +-
 runtime/quark/codelets/codelet_ztradd.c                     | 2 +-
 runtime/quark/codelets/codelet_ztrasm.c                     | 2 +-
 runtime/quark/codelets/codelet_ztrmm.c                      | 2 +-
 runtime/quark/codelets/codelet_ztrsm.c                      | 2 +-
 runtime/quark/codelets/codelet_ztrssq.c                     | 2 +-
 runtime/quark/codelets/codelet_ztrtri.c                     | 2 +-
 runtime/quark/codelets/codelet_ztslqt.c                     | 2 +-
 runtime/quark/codelets/codelet_ztsmlq.c                     | 2 +-
 runtime/quark/codelets/codelet_ztsmlq_hetra1.c              | 2 +-
 runtime/quark/codelets/codelet_ztsmqr.c                     | 2 +-
 runtime/quark/codelets/codelet_ztsmqr_hetra1.c              | 2 +-
 runtime/quark/codelets/codelet_ztsqrt.c                     | 2 +-
 runtime/quark/codelets/codelet_ztstrf.c                     | 2 +-
 runtime/quark/codelets/codelet_zttlqt.c                     | 2 +-
 runtime/quark/codelets/codelet_zttmlq.c                     | 2 +-
 runtime/quark/codelets/codelet_zttmqr.c                     | 2 +-
 runtime/quark/codelets/codelet_zttqrt.c                     | 2 +-
 runtime/quark/codelets/codelet_zunmlq.c                     | 2 +-
 runtime/quark/codelets/codelet_zunmqr.c                     | 2 +-
 runtime/quark/control/runtime_async.c                       | 2 +-
 runtime/quark/control/runtime_control.c                     | 2 +-
 runtime/quark/control/runtime_descriptor.c                  | 2 +-
 runtime/quark/control/runtime_options.c                     | 2 +-
 runtime/quark/control/runtime_profiling.c                   | 2 +-
 runtime/quark/control/runtime_zlocality.c                   | 2 +-
 runtime/quark/control/runtime_zprofiling.c                  | 2 +-
 runtime/quark/include/chameleon_quark.h                     | 2 +-
 runtime/quark/include/core_blas_dag.h                       | 2 +-
 runtime/starpu/CMakeLists.txt                               | 2 +-
 runtime/starpu/codelets/codelet_zasum.c                     | 2 +-
 runtime/starpu/codelets/codelet_zbuild.c                    | 2 +-
 runtime/starpu/codelets/codelet_zcallback.c                 | 2 +-
 runtime/starpu/codelets/codelet_zgeadd.c                    | 2 +-
 runtime/starpu/codelets/codelet_zgelqt.c                    | 2 +-
 runtime/starpu/codelets/codelet_zgemm.c                     | 2 +-
 runtime/starpu/codelets/codelet_zgeqrt.c                    | 2 +-
 runtime/starpu/codelets/codelet_zgessm.c                    | 2 +-
 runtime/starpu/codelets/codelet_zgessq.c                    | 2 +-
 runtime/starpu/codelets/codelet_zgetrf.c                    | 2 +-
 runtime/starpu/codelets/codelet_zgetrf_incpiv.c             | 2 +-
 runtime/starpu/codelets/codelet_zgetrf_nopiv.c              | 2 +-
 runtime/starpu/codelets/codelet_zhe2ge.c                    | 1 +
 runtime/starpu/codelets/codelet_zhemm.c                     | 2 +-
 runtime/starpu/codelets/codelet_zher2k.c                    | 2 +-
 runtime/starpu/codelets/codelet_zherfb.c                    | 2 +-
 runtime/starpu/codelets/codelet_zherk.c                     | 2 +-
 runtime/starpu/codelets/codelet_zhessq.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlacpy.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlag2c.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlange.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlanhe.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlansy.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlantr.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlascal.c                   | 2 +-
 runtime/starpu/codelets/codelet_zlaset.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlaset2.c                   | 2 +-
 runtime/starpu/codelets/codelet_zlatro.c                    | 2 +-
 runtime/starpu/codelets/codelet_zlauum.c                    | 2 +-
 runtime/starpu/codelets/codelet_zplghe.c                    | 2 +-
 runtime/starpu/codelets/codelet_zplgsy.c                    | 2 +-
 runtime/starpu/codelets/codelet_zplrnt.c                    | 2 +-
 runtime/starpu/codelets/codelet_zplssq.c                    | 2 +-
 runtime/starpu/codelets/codelet_zpotrf.c                    | 2 +-
 runtime/starpu/codelets/codelet_zssssm.c                    | 2 +-
 runtime/starpu/codelets/codelet_zsymm.c                     | 2 +-
 runtime/starpu/codelets/codelet_zsyr2k.c                    | 2 +-
 runtime/starpu/codelets/codelet_zsyrk.c                     | 2 +-
 runtime/starpu/codelets/codelet_zsyssq.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztile_zero.c                | 2 +-
 runtime/starpu/codelets/codelet_ztplqt.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztpmlqt.c                   | 2 +-
 runtime/starpu/codelets/codelet_ztpmqrt.c                   | 2 +-
 runtime/starpu/codelets/codelet_ztpqrt.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztradd.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztrasm.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztrmm.c                     | 2 +-
 runtime/starpu/codelets/codelet_ztrsm.c                     | 2 +-
 runtime/starpu/codelets/codelet_ztrssq.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztrtri.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztslqt.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztsmlq.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztsmlq_hetra1.c             | 2 +-
 runtime/starpu/codelets/codelet_ztsmqr.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztsmqr_hetra1.c             | 2 +-
 runtime/starpu/codelets/codelet_ztsqrt.c                    | 2 +-
 runtime/starpu/codelets/codelet_ztstrf.c                    | 2 +-
 runtime/starpu/codelets/codelet_zttlqt.c                    | 2 +-
 runtime/starpu/codelets/codelet_zttmlq.c                    | 2 +-
 runtime/starpu/codelets/codelet_zttmqr.c                    | 2 +-
 runtime/starpu/codelets/codelet_zttqrt.c                    | 2 +-
 runtime/starpu/codelets/codelet_zunmlq.c                    | 2 +-
 runtime/starpu/codelets/codelet_zunmqr.c                    | 2 +-
 runtime/starpu/control/runtime_async.c                      | 2 +-
 runtime/starpu/control/runtime_context.c                    | 2 +-
 runtime/starpu/control/runtime_control.c                    | 2 +-
 runtime/starpu/control/runtime_descriptor.c                 | 2 +-
 runtime/starpu/control/runtime_options.c                    | 2 +-
 runtime/starpu/control/runtime_profiling.c                  | 2 +-
 runtime/starpu/control/runtime_workspace.c                  | 2 +-
 runtime/starpu/control/runtime_zlocality.c                  | 2 +-
 runtime/starpu/control/runtime_zprofiling.c                 | 2 +-
 runtime/starpu/include/chameleon_starpu.h.in                | 2 +-
 runtime/starpu/include/runtime_codelet_profile.h            | 2 +-
 runtime/starpu/include/runtime_codelet_z.h                  | 2 +-
 runtime/starpu/include/runtime_codelets.h                   | 2 +-
 runtime/starpu/include/runtime_profiling.h                  | 2 +-
 runtime/starpu/include/runtime_workspace.h                  | 2 +-
 simucore/CMakeLists.txt                                     | 1 -
 testing/CMakeLists.txt                                      | 2 +-
 testing/lin/CMakeLists.txt                                  | 2 +-
 testing/testing_zauxiliary.c                                | 2 +-
 testing/testing_zauxiliary.h                                | 2 +-
 testing/testing_zgeadd.c                                    | 2 +-
 testing/testing_zgels.c                                     | 2 +-
 testing/testing_zgemm.c                                     | 2 +-
 testing/testing_zgeqrf_qdwh.c                               | 2 +-
 testing/testing_zgesv_incpiv.c                              | 2 +-
 testing/testing_zgesvd.c                                    | 2 +-
 testing/testing_zheevd.c                                    | 2 +-
 testing/testing_zhemm.c                                     | 2 +-
 testing/testing_zher2k.c                                    | 2 +-
 testing/testing_zherk.c                                     | 2 +-
 testing/testing_zlange.c                                    | 2 +-
 testing/testing_zpemv.c                                     | 2 +-
 testing/testing_zposv.c                                     | 2 +-
 testing/testing_zpotri.c                                    | 2 +-
 testing/testing_zsymm.c                                     | 2 +-
 testing/testing_zsyr2k.c                                    | 2 +-
 testing/testing_zsyrk.c                                     | 2 +-
 testing/testing_ztrmm.c                                     | 2 +-
 testing/testing_ztrsm.c                                     | 2 +-
 timing/CMakeLists.txt                                       | 2 +-
 timing/flops.h                                              | 2 +-
 timing/time_zgelqf.c                                        | 1 +
 timing/time_zgelqf_tile.c                                   | 1 +
 timing/time_zgels.c                                         | 1 +
 timing/time_zgels_tile.c                                    | 1 +
 timing/time_zgemm.c                                         | 1 +
 timing/time_zgemm_tile.c                                    | 1 +
 timing/time_zgeqrf.c                                        | 1 +
 timing/time_zgeqrf_hqr.c                                    | 1 -
 timing/time_zgeqrf_hqr_tile.c                               | 1 -
 timing/time_zgeqrf_tile.c                                   | 1 +
 timing/time_zgeqrs_tile.c                                   | 1 +
 timing/time_zgesv_incpiv.c                                  | 1 +
 timing/time_zgesv_incpiv_tile.c                             | 1 +
 timing/time_zgesv_nopiv.c                                   | 1 +
 timing/time_zgesv_nopiv_tile.c                              | 1 +
 timing/time_zgesvd_tile.c                                   | 1 +
 timing/time_zgetrf_incpiv.c                                 | 1 +
 timing/time_zgetrf_incpiv_tile.c                            | 1 +
 timing/time_zgetrf_nopiv.c                                  | 1 +
 timing/time_zgetrf_nopiv_tile.c                             | 1 +
 timing/time_zgetri_tile.c                                   | 1 +
 timing/time_zgetrs_incpiv_tile.c                            | 1 +
 timing/time_zgetrs_nopiv_tile.c                             | 1 +
 timing/time_zheevd_tile.c                                   | 1 +
 timing/time_zlange.c                                        | 1 +
 timing/time_zlange_tile.c                                   | 1 +
 timing/time_zposv.c                                         | 1 +
 timing/time_zposv_tile.c                                    | 1 +
 timing/time_zpotrf.c                                        | 1 +
 timing/time_zpotrf_tile.c                                   | 1 +
 timing/time_zpotri_tile.c                                   | 1 +
 timing/time_zpotrs_tile.c                                   | 1 +
 timing/time_zsytrf_tile.c                                   | 1 +
 timing/time_ztrsm.c                                         | 1 +
 timing/timing.c                                             | 2 +-
 timing/timing.h                                             | 2 ++
 timing/timing_zauxiliary.c                                  | 1 +
 timing/timing_zauxiliary.h                                  | 1 +
 571 files changed, 563 insertions(+), 495 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00e72f2cf..0660401f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.1
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/cmake_modules/GenPkgConfig.cmake b/cmake_modules/GenPkgConfig.cmake
index 46a1980ed..76b194a8f 100644
--- a/cmake_modules/GenPkgConfig.cmake
+++ b/cmake_modules/GenPkgConfig.cmake
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.1
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake
index 9cef6b7a0..8b6e5b4e5 100644
--- a/cmake_modules/PrintOpts.cmake
+++ b/cmake_modules/PrintOpts.cmake
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 10-11-2014
 #
diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt
index cd0f11003..078ae724b 100644
--- a/compute/CMakeLists.txt
+++ b/compute/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/compute/pzbuild.c b/compute/pzbuild.c
index af6fe0626..ded3f3cd6 100644
--- a/compute/pzbuild.c
+++ b/compute/pzbuild.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzgebrd_ge2gb.c b/compute/pzgebrd_ge2gb.c
index 3249c46ae..2cc1fc8c3 100644
--- a/compute/pzgebrd_ge2gb.c
+++ b/compute/pzgebrd_ge2gb.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @date 2010-11-15
diff --git a/compute/pzgelqf.c b/compute/pzgelqf.c
index bdeb75cf4..145be6904 100644
--- a/compute/pzgelqf.c
+++ b/compute/pzgelqf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index 8da1afac0..0e1831ed2 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @date 2017-05-17
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index 480845e51..a009bb3e8 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index 501f87f15..78e1dff50 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzgeqrf.c b/compute/pzgeqrf.c
index 3994e4f16..620155a73 100644
--- a/compute/pzgeqrf.c
+++ b/compute/pzgeqrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
index 58606924d..370dcdbfa 100644
--- a/compute/pzgeqrfrh.c
+++ b/compute/pzgeqrfrh.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index aac536de4..842a34076 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
index b5163ae49..e16fc201e 100644
--- a/compute/pzgetrf_nopiv.c
+++ b/compute/pzgetrf_nopiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index 4c2dca93d..ce1f1e5c5 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzher2k.c b/compute/pzher2k.c
index c1c51c1d1..c6bf954ed 100644
--- a/compute/pzher2k.c
+++ b/compute/pzher2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzherk.c b/compute/pzherk.c
index f4607401f..1310de027 100644
--- a/compute/pzherk.c
+++ b/compute/pzherk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index a2502983a..0be3cdb93 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @date 2010-11-15
diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c
index 238a66149..aac54e5ef 100644
--- a/compute/pzlacpy.c
+++ b/compute/pzlacpy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzlag2c.c b/compute/pzlag2c.c
index 4a5b95ca5..83429110f 100644
--- a/compute/pzlag2c.c
+++ b/compute/pzlag2c.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzlange.c b/compute/pzlange.c
index 3308136d0..0962a5920 100644
--- a/compute/pzlange.c
+++ b/compute/pzlange.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
diff --git a/compute/pzlanhe.c b/compute/pzlanhe.c
index 6c846fa9f..13dcdab45 100644
--- a/compute/pzlanhe.c
+++ b/compute/pzlanhe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
diff --git a/compute/pzlansy.c b/compute/pzlansy.c
index 5777cd402..888584fe1 100644
--- a/compute/pzlansy.c
+++ b/compute/pzlansy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
diff --git a/compute/pzlantr.c b/compute/pzlantr.c
index aa373632f..1fdc64df3 100644
--- a/compute/pzlantr.c
+++ b/compute/pzlantr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzlascal.c b/compute/pzlascal.c
index b7bdac1b4..21df12aa1 100644
--- a/compute/pzlascal.c
+++ b/compute/pzlascal.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Dalal Sukkari
  * @date 2010-11-15
  * @precisions normal z -> s d c
diff --git a/compute/pzlaset.c b/compute/pzlaset.c
index fa6a6f0b6..163938ca8 100644
--- a/compute/pzlaset.c
+++ b/compute/pzlaset.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzlaset2.c b/compute/pzlaset2.c
index ca5992035..479601e0b 100644
--- a/compute/pzlaset2.c
+++ b/compute/pzlaset2.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzlauum.c b/compute/pzlauum.c
index 42cb63e7b..0aa58ec30 100644
--- a/compute/pzlauum.c
+++ b/compute/pzlauum.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/compute/pzplghe.c b/compute/pzplghe.c
index 33ea164cc..02fc15beb 100644
--- a/compute/pzplghe.c
+++ b/compute/pzplghe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy from pzplghe.c
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c
index 3c6402fe1..8621fe80d 100644
--- a/compute/pzplgsy.c
+++ b/compute/pzplgsy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy of pzplgsy.c,
             wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index e00e77394..be6eaa9a6 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzpotrf.c b/compute/pzpotrf.c
index db830d96e..bafb56055 100644
--- a/compute/pzpotrf.c
+++ b/compute/pzpotrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pzpotrimm.c b/compute/pzpotrimm.c
index 880fb6891..3fddd9468 100644
--- a/compute/pzpotrimm.c
+++ b/compute/pzpotrimm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index 9dc8c82b3..8b27cab63 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzsyr2k.c b/compute/pzsyr2k.c
index d16d7856e..784963859 100644
--- a/compute/pzsyr2k.c
+++ b/compute/pzsyr2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzsyrk.c b/compute/pzsyrk.c
index b91c55109..9e02da93f 100644
--- a/compute/pzsyrk.c
+++ b/compute/pzsyrk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pztile2band.c b/compute/pztile2band.c
index 71b9dc83c..38e36f6f8 100644
--- a/compute/pztile2band.c
+++ b/compute/pztile2band.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Gregoire Pichon
  * @author Mathieu Faverge
diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c
index 2c455521f..a1b7ae7a5 100644
--- a/compute/pztpgqrt.c
+++ b/compute/pztpgqrt.c
@@ -15,7 +15,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c
index 8b0962b2f..21a26ccac 100644
--- a/compute/pztpqrt.c
+++ b/compute/pztpqrt.c
@@ -15,7 +15,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/compute/pztradd.c b/compute/pztradd.c
index 4e788e467..bc361f9ea 100644
--- a/compute/pztradd.c
+++ b/compute/pztradd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
diff --git a/compute/pztrmm.c b/compute/pztrmm.c
index 443d9acc1..9d5c811d9 100644
--- a/compute/pztrmm.c
+++ b/compute/pztrmm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pztrsm.c b/compute/pztrsm.c
index 47d3354b2..e9ddf9c95 100644
--- a/compute/pztrsm.c
+++ b/compute/pztrsm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pztrsmpl.c b/compute/pztrsmpl.c
index 4840ba9a4..3eaceb071 100644
--- a/compute/pztrsmpl.c
+++ b/compute/pztrsmpl.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pztrtri.c b/compute/pztrtri.c
index ead468429..a4a414253 100644
--- a/compute/pztrtri.c
+++ b/compute/pztrtri.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/compute/pzunglq.c b/compute/pzunglq.c
index 856479ec8..4ddf3128f 100644
--- a/compute/pzunglq.c
+++ b/compute/pzunglq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c
index 56ddfdaf3..e8b9a42f3 100644
--- a/compute/pzunglqrh.c
+++ b/compute/pzunglqrh.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
diff --git a/compute/pzungqr.c b/compute/pzungqr.c
index a5eb5c248..cd1de9501 100644
--- a/compute/pzungqr.c
+++ b/compute/pzungqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c
index a80df33e4..cd20d2f89 100644
--- a/compute/pzungqrrh.c
+++ b/compute/pzungqrrh.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c
index ba2f879b4..95c7eca74 100644
--- a/compute/pzunmlq.c
+++ b/compute/pzunmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
index 3b3b3bb42..9e33eff4f 100644
--- a/compute/pzunmlqrh.c
+++ b/compute/pzunmlqrh.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c
index f1151fc6c..885cc4395 100644
--- a/compute/pzunmqr.c
+++ b/compute/pzunmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
index 5db7baaa2..29165264e 100644
--- a/compute/pzunmqrrh.c
+++ b/compute/pzunmqrrh.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/zbuild.c b/compute/zbuild.c
index cce8516f3..f9b95f0af 100644
--- a/compute/zbuild.c
+++ b/compute/zbuild.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgeadd.c b/compute/zgeadd.c
index 64cafd5ab..eca82f6d2 100644
--- a/compute/zgeadd.c
+++ b/compute/zgeadd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgelqf.c b/compute/zgelqf.c
index 7d3788676..b6b6714c1 100644
--- a/compute/zgelqf.c
+++ b/compute/zgelqf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgelqs.c b/compute/zgelqs.c
index 931dfc2ce..2c5485886 100644
--- a/compute/zgelqs.c
+++ b/compute/zgelqs.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgels.c b/compute/zgels.c
index a8769741d..54ae2e5f2 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgemm.c b/compute/zgemm.c
index 702797c85..e4ee377f4 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c
index 894d5410f..f7e9dc218 100644
--- a/compute/zgeqrf.c
+++ b/compute/zgeqrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index 61572edd0..c3c974f97 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
index f5c5ce453..ca592820e 100644
--- a/compute/zgesv_incpiv.c
+++ b/compute/zgesv_incpiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
index c85c3068c..047fd9d49 100644
--- a/compute/zgesv_nopiv.c
+++ b/compute/zgesv_nopiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgesvd.c b/compute/zgesvd.c
index 017cb4209..077110bd0 100644
--- a/compute/zgesvd.c
+++ b/compute/zgesvd.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Gregoire Pichon
  * @author Mathieu Faverge
  * @date 2010-11-15
diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
index 978e652dc..53d3c1a75 100644
--- a/compute/zgetrf_incpiv.c
+++ b/compute/zgetrf_incpiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index dbdb4cb8f..d5340831a 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
index c382811ee..8705d645f 100644
--- a/compute/zgetrs_incpiv.c
+++ b/compute/zgetrs_incpiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
index 1f8bea13d..71f94f955 100644
--- a/compute/zgetrs_nopiv.c
+++ b/compute/zgetrs_nopiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zheevd.c b/compute/zheevd.c
index 37216333a..0065b9532 100644
--- a/compute/zheevd.c
+++ b/compute/zheevd.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @date 2010-11-15
diff --git a/compute/zhemm.c b/compute/zhemm.c
index d3548f760..94e16288b 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zher2k.c b/compute/zher2k.c
index dd97df152..8eb10e407 100644
--- a/compute/zher2k.c
+++ b/compute/zher2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zherk.c b/compute/zherk.c
index 1301c39be..a3b7d4bf7 100644
--- a/compute/zherk.c
+++ b/compute/zherk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index 917ebb705..c14bec18d 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @author Gregoire Pichon
diff --git a/compute/zlacpy.c b/compute/zlacpy.c
index 4624b4331..a5f1e2b60 100644
--- a/compute/zlacpy.c
+++ b/compute/zlacpy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zlange.c b/compute/zlange.c
index 7574f082b..af3d295af 100644
--- a/compute/zlange.c
+++ b/compute/zlange.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zlanhe.c b/compute/zlanhe.c
index 392a5ce51..553b9eb85 100644
--- a/compute/zlanhe.c
+++ b/compute/zlanhe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zlansy.c b/compute/zlansy.c
index 371bb52e2..87c5fb1e1 100644
--- a/compute/zlansy.c
+++ b/compute/zlansy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zlantr.c b/compute/zlantr.c
index b575f9936..df0c36374 100644
--- a/compute/zlantr.c
+++ b/compute/zlantr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zlascal.c b/compute/zlascal.c
index 36c62d065..9eba89fdd 100644
--- a/compute/zlascal.c
+++ b/compute/zlascal.c
@@ -15,7 +15,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Dalal Sukkari
  * @date 2010-11-15
  * @precisions normal z -> s d c
diff --git a/compute/zlaset.c b/compute/zlaset.c
index 38a62e042..3e20f8b7d 100644
--- a/compute/zlaset.c
+++ b/compute/zlaset.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zlauum.c b/compute/zlauum.c
index 37d69178e..6c0819be0 100644
--- a/compute/zlauum.c
+++ b/compute/zlauum.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zplghe.c b/compute/zplghe.c
index ae71bce59..c7a2faee7 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy of zplghe.c
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index 310fafce3..fea2309cc 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy of zplgsy.c,
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index fac5ba74b..a252d2078 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zposv.c b/compute/zposv.c
index c91db1c0b..e32dcd148 100644
--- a/compute/zposv.c
+++ b/compute/zposv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zpotrf.c b/compute/zpotrf.c
index 1a8af9f93..af3f79c7f 100644
--- a/compute/zpotrf.c
+++ b/compute/zpotrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zpotri.c b/compute/zpotri.c
index 83d89b3dd..b80b51ece 100644
--- a/compute/zpotri.c
+++ b/compute/zpotri.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c
index d591e7428..1eac1493b 100644
--- a/compute/zpotrimm.c
+++ b/compute/zpotrimm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zpotrs.c b/compute/zpotrs.c
index 6e605ed13..9c681c0eb 100644
--- a/compute/zpotrs.c
+++ b/compute/zpotrs.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zsymm.c b/compute/zsymm.c
index 904f94201..bae7014af 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c
index af5b85cde..828bcc608 100644
--- a/compute/zsyr2k.c
+++ b/compute/zsyr2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zsyrk.c b/compute/zsyrk.c
index 4ce49e32c..8858ed28a 100644
--- a/compute/zsyrk.c
+++ b/compute/zsyrk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zsysv.c b/compute/zsysv.c
index 06e4965c9..026ecf6cf 100644
--- a/compute/zsysv.c
+++ b/compute/zsysv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/zsytrf.c b/compute/zsytrf.c
index 87cba4594..a7798c95b 100644
--- a/compute/zsytrf.c
+++ b/compute/zsytrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Florent Pruvost
  * @author Marc Sergent
  * @date 2014-10-09
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index bd954d520..2694478c8 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/ztile.c b/compute/ztile.c
index 9292ba93b..a1d30b48b 100644
--- a/compute/ztile.c
+++ b/compute/ztile.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c
index 5f319df2a..42cf18ac4 100644
--- a/compute/ztpgqrt.c
+++ b/compute/ztpgqrt.c
@@ -15,7 +15,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c
index 0074ac406..5611081b6 100644
--- a/compute/ztpqrt.c
+++ b/compute/ztpqrt.c
@@ -15,7 +15,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/compute/ztradd.c b/compute/ztradd.c
index b8d1e4aa9..d2ad197c4 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/ztrmm.c b/compute/ztrmm.c
index d67d86264..ed6b83d2b 100644
--- a/compute/ztrmm.c
+++ b/compute/ztrmm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/ztrsm.c b/compute/ztrsm.c
index c384c369a..1b62d049e 100644
--- a/compute/ztrsm.c
+++ b/compute/ztrsm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c
index 8739d59bb..8ed4845a5 100644
--- a/compute/ztrsmpl.c
+++ b/compute/ztrsmpl.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/ztrtri.c b/compute/ztrtri.c
index 0198698af..1c32f3706 100644
--- a/compute/ztrtri.c
+++ b/compute/ztrtri.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zunglq.c b/compute/zunglq.c
index 2929f2a7c..07b039cfe 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/zungqr.c b/compute/zungqr.c
index 2aed5d56c..b6ebeb4cb 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/zunmlq.c b/compute/zunmlq.c
index 1cfab9068..377d24fef 100644
--- a/compute/zunmlq.c
+++ b/compute/zunmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/zunmlq_param.c b/compute/zunmlq_param.c
index 831cbfffe..ea99098c8 100644
--- a/compute/zunmlq_param.c
+++ b/compute/zunmlq_param.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @date 2017-05-17
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index cd2e23b56..b647a3526 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/control/CMakeLists.txt b/control/CMakeLists.txt
index 3e95d7eb5..6c742534d 100644
--- a/control/CMakeLists.txt
+++ b/control/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/control/async.c b/control/async.c
index 5d49994fc..083a2d3d0 100644
--- a/control/async.c
+++ b/control/async.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/control/async.h b/control/async.h
index 6e980d464..06f685150 100644
--- a/control/async.h
+++ b/control/async.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 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/control/auxiliary.c b/control/auxiliary.c
index bd3fdada2..179840e91 100644
--- a/control/auxiliary.c
+++ b/control/auxiliary.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
diff --git a/control/auxiliary.h b/control/auxiliary.h
index 41e1b6fe0..1af10b516 100644
--- a/control/auxiliary.h
+++ b/control/auxiliary.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
diff --git a/control/common.h b/control/common.h
index 6339871a6..a359d195e 100644
--- a/control/common.h
+++ b/control/common.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
diff --git a/control/compute_z.h b/control/compute_z.h
index eafedcedc..d437437d3 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/control/context.c b/control/context.c
index 34efabb0f..875b642b0 100644
--- a/control/context.c
+++ b/control/context.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/control/context.h b/control/context.h
index 939fe6bea..b7e8117f3 100644
--- a/control/context.h
+++ b/control/context.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Augonnet
  * @author Mathieu Faverge
diff --git a/control/control.c b/control/control.c
index eeca9d011..913a6af64 100644
--- a/control/control.c
+++ b/control/control.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/control/descriptor.c b/control/descriptor.c
index c177bf2b7..0df0408c6 100644
--- a/control/descriptor.c
+++ b/control/descriptor.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/control/descriptor.h b/control/descriptor.h
index 952c161b8..9e98f2d76 100644
--- a/control/descriptor.h
+++ b/control/descriptor.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/control/gkkleader.h b/control/gkkleader.h
index 4fe95dfb4..4a9a1cda8 100644
--- a/control/gkkleader.h
+++ b/control/gkkleader.h
@@ -18,7 +18,7 @@
  *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
  *  and its fortran implementation.
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  *
diff --git a/control/global.h b/control/global.h
index 3d4255ff7..3381fc5bf 100644
--- a/control/global.h
+++ b/control/global.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Cedric Castagnede
diff --git a/control/morse_f90.f90 b/control/morse_f90.f90
index 59d2bce03..d0a445e6c 100644
--- a/control/morse_f90.f90
+++ b/control/morse_f90.f90
@@ -69,7 +69,7 @@
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.2
+! @version 1.0.0
 ! @author Numerical Algorithm Group
 ! @date 2011-09-15
 ! @precisions normal z -> c d s
diff --git a/control/morse_mf77.c b/control/morse_mf77.c
index ffbeb3bf6..68a9ec59b 100644
--- a/control/morse_mf77.c
+++ b/control/morse_mf77.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Bilel Hadri
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/control/morse_zcf90.F90 b/control/morse_zcf90.F90
index 4aa1d151d..05559dd89 100644
--- a/control/morse_zcf90.F90
+++ b/control/morse_zcf90.F90
@@ -69,7 +69,7 @@
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.5
+! @version 1.0.0
 ! @author Numerical Algorithms Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
diff --git a/control/morse_zf77.c b/control/morse_zf77.c
index dae5be333..7f93c3f98 100644
--- a/control/morse_zf77.c
+++ b/control/morse_zf77.c
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *  This file is automatically generated by tools/genf77interface.pl
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri
diff --git a/control/morse_zf90.F90 b/control/morse_zf90.F90
index e835b3922..36ed6a1d7 100644
--- a/control/morse_zf90.F90
+++ b/control/morse_zf90.F90
@@ -69,7 +69,7 @@
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.6
+! @version 1.0.0
 ! @author Numerical Algorithms Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
diff --git a/control/morse_zf90_wrappers.F90 b/control/morse_zf90_wrappers.F90
index 7ab63128c..ac77a3ea6 100644
--- a/control/morse_zf90_wrappers.F90
+++ b/control/morse_zf90_wrappers.F90
@@ -70,7 +70,7 @@
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.2
+! @version 1.0.0
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
diff --git a/control/morsewinthread.c b/control/morsewinthread.c
index 83e7b7855..e74c324f5 100644
--- a/control/morsewinthread.c
+++ b/control/morsewinthread.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Piotr Luszczek
  * @author Cedric Castagnede
  * @date 2012-09-15
diff --git a/control/morsewinthread.h b/control/morsewinthread.h
index ae69cb366..22f94f14a 100644
--- a/control/morsewinthread.h
+++ b/control/morsewinthread.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Piotr Luszczek
  * @author Cedric Castagnede
  * @date 2012-09-15
diff --git a/control/primes.h b/control/primes.h
index 1415a1b4f..e883cd022 100644
--- a/control/primes.h
+++ b/control/primes.h
@@ -18,7 +18,7 @@
  *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
  *  and its fortran implementation.
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/control/tile.c b/control/tile.c
index 9d7961823..9045027ec 100644
--- a/control/tile.c
+++ b/control/tile.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/control/workspace.c b/control/workspace.c
index 7d06b5b51..b7a3511b6 100644
--- a/control/workspace.c
+++ b/control/workspace.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
diff --git a/control/workspace.h b/control/workspace.h
index e693542c2..c6248761f 100644
--- a/control/workspace.h
+++ b/control/workspace.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/control/workspace_z.c b/control/workspace_z.c
index a46810926..2baff147e 100644
--- a/control/workspace_z.c
+++ b/control/workspace_z.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt
index 2b0af215d..864693a3b 100644
--- a/coreblas/CMakeLists.txt
+++ b/coreblas/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index a66815f1c..4f4aab50f 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/coreblas/compute/core_dzasum.c b/coreblas/compute/core_dzasum.c
index 13da44b55..23a7f21c3 100644
--- a/coreblas/compute/core_dzasum.c
+++ b/coreblas/compute/core_dzasum.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zaxpy.c b/coreblas/compute/core_zaxpy.c
index 9c4d39147..141251cf7 100644
--- a/coreblas/compute/core_zaxpy.c
+++ b/coreblas/compute/core_zaxpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
index 8e9ed8b68..b5be05d4e 100644
--- a/coreblas/compute/core_zgeadd.c
+++ b/coreblas/compute/core_zgeadd.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c
index 72c23e98d..26c85d58d 100644
--- a/coreblas/compute/core_zgelqt.c
+++ b/coreblas/compute/core_zgelqt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c
index 58076533b..7f03dc736 100644
--- a/coreblas/compute/core_zgemm.c
+++ b/coreblas/compute/core_zgemm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c
index cc2761d80..ac58aa47a 100644
--- a/coreblas/compute/core_zgeqrt.c
+++ b/coreblas/compute/core_zgeqrt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
index 8e75bbbc6..e2e9ef4b1 100644
--- a/coreblas/compute/core_zgesplit.c
+++ b/coreblas/compute/core_zgesplit.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c
index 70c2d5bfb..076980d79 100644
--- a/coreblas/compute/core_zgessm.c
+++ b/coreblas/compute/core_zgessm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zgessq.c b/coreblas/compute/core_zgessq.c
index 7b52a087d..031a705c2 100644
--- a/coreblas/compute/core_zgessq.c
+++ b/coreblas/compute/core_zgessq.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c
index b64ed3310..50392f474 100644
--- a/coreblas/compute/core_zgetf2_nopiv.c
+++ b/coreblas/compute/core_zgetf2_nopiv.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
index c128ba8e9..9618d9509 100644
--- a/coreblas/compute/core_zgetrf.c
+++ b/coreblas/compute/core_zgetrf.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c
index 262a83998..d3ee41e27 100644
--- a/coreblas/compute/core_zgetrf_incpiv.c
+++ b/coreblas/compute/core_zgetrf_incpiv.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c
index 7fe8f3abb..a6b6a941d 100644
--- a/coreblas/compute/core_zgetrf_nopiv.c
+++ b/coreblas/compute/core_zgetrf_nopiv.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/coreblas/compute/core_zhe2ge.c b/coreblas/compute/core_zhe2ge.c
index 9cf54e694..95bf7e2b6 100644
--- a/coreblas/compute/core_zhe2ge.c
+++ b/coreblas/compute/core_zhe2ge.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c
index b6b7749f9..925e78860 100644
--- a/coreblas/compute/core_zhemm.c
+++ b/coreblas/compute/core_zhemm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c
index bf7bdc49f..8e638c171 100644
--- a/coreblas/compute/core_zher2k.c
+++ b/coreblas/compute/core_zher2k.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zherfb.c b/coreblas/compute/core_zherfb.c
index d54db3819..1b8b3d0ca 100644
--- a/coreblas/compute/core_zherfb.c
+++ b/coreblas/compute/core_zherfb.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c
index 6c41efb14..6f3575820 100644
--- a/coreblas/compute/core_zherk.c
+++ b/coreblas/compute/core_zherk.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zhessq.c b/coreblas/compute/core_zhessq.c
index d668797dc..c461f2e9b 100644
--- a/coreblas/compute/core_zhessq.c
+++ b/coreblas/compute/core_zhessq.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c
index 030ad547c..e59332539 100644
--- a/coreblas/compute/core_zlacpy.c
+++ b/coreblas/compute/core_zlacpy.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c
index cb01614a5..9785fb9ef 100644
--- a/coreblas/compute/core_zlag2c.c
+++ b/coreblas/compute/core_zlag2c.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zlange.c b/coreblas/compute/core_zlange.c
index fb0e5876b..a342ebd18 100644
--- a/coreblas/compute/core_zlange.c
+++ b/coreblas/compute/core_zlange.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_zlanhe.c b/coreblas/compute/core_zlanhe.c
index 2fd5cf8ad..41c364785 100644
--- a/coreblas/compute/core_zlanhe.c
+++ b/coreblas/compute/core_zlanhe.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_zlansy.c b/coreblas/compute/core_zlansy.c
index 4a26ca9b6..1bc615477 100644
--- a/coreblas/compute/core_zlansy.c
+++ b/coreblas/compute/core_zlansy.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_zlantr.c b/coreblas/compute/core_zlantr.c
index 4f80f244c..fb4ed207d 100644
--- a/coreblas/compute/core_zlantr.c
+++ b/coreblas/compute/core_zlantr.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index acfc5721a..5e44fefa9 100644
--- a/coreblas/compute/core_zlascal.c
+++ b/coreblas/compute/core_zlascal.c
@@ -15,7 +15,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Dalal Sukkari
  * @date 2015-11-05
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c
index 252647494..dada38258 100644
--- a/coreblas/compute/core_zlaset.c
+++ b/coreblas/compute/core_zlaset.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c
index 4b74ed398..269957f96 100644
--- a/coreblas/compute/core_zlaset2.c
+++ b/coreblas/compute/core_zlaset2.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zlatro.c b/coreblas/compute/core_zlatro.c
index fb650da23..c1c3d6324 100644
--- a/coreblas/compute/core_zlatro.c
+++ b/coreblas/compute/core_zlatro.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c
index c11491cc3..9d7c31740 100644
--- a/coreblas/compute/core_zlauum.c
+++ b/coreblas/compute/core_zlauum.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c
index 2a5c21cab..e44981544 100644
--- a/coreblas/compute/core_zpamm.c
+++ b/coreblas/compute/core_zpamm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
diff --git a/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c
index ef84bdbc5..661fd5164 100644
--- a/coreblas/compute/core_zparfb.c
+++ b/coreblas/compute/core_zparfb.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
diff --git a/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c
index acdef4f66..456b26643 100644
--- a/coreblas/compute/core_zpemv.c
+++ b/coreblas/compute/core_zpemv.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
diff --git a/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c
index d2ad6cd63..0492a1962 100644
--- a/coreblas/compute/core_zplghe.c
+++ b/coreblas/compute/core_zplghe.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c
index eff90fa44..f99a930d0 100644
--- a/coreblas/compute/core_zplgsy.c
+++ b/coreblas/compute/core_zplgsy.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c
index 8c93f4ba8..b79268c14 100644
--- a/coreblas/compute/core_zplrnt.c
+++ b/coreblas/compute/core_zplrnt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c
index 4aa6884d2..be462844d 100644
--- a/coreblas/compute/core_zpotrf.c
+++ b/coreblas/compute/core_zpotrf.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c
index e260415ec..bddd8fd4b 100644
--- a/coreblas/compute/core_zssssm.c
+++ b/coreblas/compute/core_zssssm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c
index 59df5b77c..703af20e5 100644
--- a/coreblas/compute/core_zsymm.c
+++ b/coreblas/compute/core_zsymm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c
index fb4939b5a..1fda3eac2 100644
--- a/coreblas/compute/core_zsyr2k.c
+++ b/coreblas/compute/core_zsyr2k.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c
index 11d00b2ab..98a1e4f58 100644
--- a/coreblas/compute/core_zsyrk.c
+++ b/coreblas/compute/core_zsyrk.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zsyssq.c b/coreblas/compute/core_zsyssq.c
index 0e28467ff..21227ed64 100644
--- a/coreblas/compute/core_zsyssq.c
+++ b/coreblas/compute/core_zsyssq.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c
index f4b372232..53eb12b26 100644
--- a/coreblas/compute/core_zsytf2_nopiv.c
+++ b/coreblas/compute/core_zsytf2_nopiv.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c
index 10bd3c8d6..7c2c9db19 100644
--- a/coreblas/compute/core_ztplqt.c
+++ b/coreblas/compute/core_ztplqt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c
index 535d163d9..4056d4722 100644
--- a/coreblas/compute/core_ztpmlqt.c
+++ b/coreblas/compute/core_ztpmlqt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c
index eddd92265..a6a82507f 100644
--- a/coreblas/compute/core_ztpmqrt.c
+++ b/coreblas/compute/core_ztpmqrt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c
index 0dcb639a4..3715f6a56 100644
--- a/coreblas/compute/core_ztpqrt.c
+++ b/coreblas/compute/core_ztpqrt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_ztradd.c b/coreblas/compute/core_ztradd.c
index c9bd5bdc9..cb00a1093 100644
--- a/coreblas/compute/core_ztradd.c
+++ b/coreblas/compute/core_ztradd.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztrasm.c b/coreblas/compute/core_ztrasm.c
index be0bfbd8c..8ae6b76ff 100644
--- a/coreblas/compute/core_ztrasm.c
+++ b/coreblas/compute/core_ztrasm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c
index ab1a7a476..cde21918b 100644
--- a/coreblas/compute/core_ztrmm.c
+++ b/coreblas/compute/core_ztrmm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c
index a9c21ded6..3b199fb2b 100644
--- a/coreblas/compute/core_ztrsm.c
+++ b/coreblas/compute/core_ztrsm.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztrssq.c b/coreblas/compute/core_ztrssq.c
index b0c0c357b..42e0329ee 100644
--- a/coreblas/compute/core_ztrssq.c
+++ b/coreblas/compute/core_ztrssq.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c
index f67da612a..f14727d67 100644
--- a/coreblas/compute/core_ztrtri.c
+++ b/coreblas/compute/core_ztrtri.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c
index 3d4fc0a78..54a754da1 100644
--- a/coreblas/compute/core_ztslqt.c
+++ b/coreblas/compute/core_ztslqt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c
index 6078d8bfb..89b0c0831 100644
--- a/coreblas/compute/core_ztsmlq.c
+++ b/coreblas/compute/core_ztsmlq.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztsmlq_hetra1.c b/coreblas/compute/core_ztsmlq_hetra1.c
index bc5831271..f052355e9 100644
--- a/coreblas/compute/core_ztsmlq_hetra1.c
+++ b/coreblas/compute/core_ztsmlq_hetra1.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
diff --git a/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c
index 851005cc6..d03719c31 100644
--- a/coreblas/compute/core_ztsmqr.c
+++ b/coreblas/compute/core_ztsmqr.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztsmqr_hetra1.c b/coreblas/compute/core_ztsmqr_hetra1.c
index 517b4b07c..78f32c470 100644
--- a/coreblas/compute/core_ztsmqr_hetra1.c
+++ b/coreblas/compute/core_ztsmqr_hetra1.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
diff --git a/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c
index e0b97cdd2..7d4570c1b 100644
--- a/coreblas/compute/core_ztsqrt.c
+++ b/coreblas/compute/core_ztsqrt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c
index cc00fa690..757aa223c 100644
--- a/coreblas/compute/core_ztstrf.c
+++ b/coreblas/compute/core_ztstrf.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c
index 0c9f881f4..5b1b55b03 100644
--- a/coreblas/compute/core_zttlqt.c
+++ b/coreblas/compute/core_zttlqt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c
index b0693d6b3..65fc57f19 100644
--- a/coreblas/compute/core_zttmlq.c
+++ b/coreblas/compute/core_zttmlq.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
index 6783c9b04..56c6d2d95 100644
--- a/coreblas/compute/core_zttmqr.c
+++ b/coreblas/compute/core_zttmqr.c
@@ -13,7 +13,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c
index f76da2288..d4a17d6c0 100644
--- a/coreblas/compute/core_zttqrt.c
+++ b/coreblas/compute/core_zttqrt.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c
index 26849cbd4..79e6c0a17 100644
--- a/coreblas/compute/core_zunmlq.c
+++ b/coreblas/compute/core_zunmlq.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c
index 70e2c5358..cf59fe56b 100644
--- a/coreblas/compute/core_zunmqr.c
+++ b/coreblas/compute/core_zunmqr.c
@@ -15,7 +15,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c
index a0fc5ac96..a0125ca0e 100644
--- a/coreblas/compute/global.c
+++ b/coreblas/compute/global.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @date 2010-11-15
diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt
index e253127e0..deeb29986 100644
--- a/coreblas/eztrace_module/CMakeLists.txt
+++ b/coreblas/eztrace_module/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 14-09-2015
 #
diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
index 95b196db1..fde42cb66 100644
--- a/coreblas/include/CMakeLists.txt
+++ b/coreblas/include/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index 438141568..8c1b307b0 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @date 2010-11-15
diff --git a/coreblas/include/coreblas/cblas.h b/coreblas/include/coreblas/cblas.h
index e877f6e36..6a71cf497 100644
--- a/coreblas/include/coreblas/cblas.h
+++ b/coreblas/include/coreblas/cblas.h
@@ -17,9 +17,9 @@
  *    Univ. of California Berkeley and
  *    Univ. of Colorado Denver.
  *
- *  @version 0.9.0
- *  @author Cedric Castagnede
- *  @date 2012-09-15
+ * @version 1.0.0
+ * @author Cedric Castagnede
+ * @date 2012-09-15
  *
  **/
 #ifndef CBLAS_H
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index 5caab1885..b38552b71 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h
index 07e1796b4..0992755cf 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/coreblas/include/coreblas/lapacke.h b/coreblas/include/coreblas/lapacke.h
index ab6c6192d..6b57f6c46 100644
--- a/coreblas/include/coreblas/lapacke.h
+++ b/coreblas/include/coreblas/lapacke.h
@@ -7,6 +7,8 @@
  * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ * @version 1.0.0
+ *
  **/
 /*****************************************************************************
   Copyright (c) 2010, Intel Corp.
diff --git a/coreblas/include/coreblas/lapacke_config.h b/coreblas/include/coreblas/lapacke_config.h
index 4d775e164..a3088df1f 100644
--- a/coreblas/include/coreblas/lapacke_config.h
+++ b/coreblas/include/coreblas/lapacke_config.h
@@ -7,6 +7,8 @@
  * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ * @version 1.0.0
+ *
  **/
 /*****************************************************************************
   Copyright (c) 2010, Intel Corp.
diff --git a/coreblas/include/coreblas/lapacke_mangling.h b/coreblas/include/coreblas/lapacke_mangling.h
index b4e0d1972..514c87d1e 100644
--- a/coreblas/include/coreblas/lapacke_mangling.h
+++ b/coreblas/include/coreblas/lapacke_mangling.h
@@ -7,6 +7,8 @@
  * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ * @version 1.0.0
+ *
  **/
 #ifndef LAPACK_HEADER_INCLUDED
 #define LAPACK_HEADER_INCLUDED
diff --git a/cudablas/CMakeLists.txt b/cudablas/CMakeLists.txt
index 2b0af215d..864693a3b 100644
--- a/cudablas/CMakeLists.txt
+++ b/cudablas/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/cudablas/compute/CMakeLists.txt b/cudablas/compute/CMakeLists.txt
index 27e105303..edc1ac2bc 100644
--- a/cudablas/compute/CMakeLists.txt
+++ b/cudablas/compute/CMakeLists.txt
@@ -18,6 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 16-09-2015
 #
diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c
index 66680b5e3..1734a8ac9 100644
--- a/cudablas/compute/cuda_zgeadd.c
+++ b/cudablas/compute/cuda_zgeadd.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zgelqt.c b/cudablas/compute/cuda_zgelqt.c
index 36c3f8251..436d6bae1 100644
--- a/cudablas/compute/cuda_zgelqt.c
+++ b/cudablas/compute/cuda_zgelqt.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c
index 0253e490d..9d953b0f5 100644
--- a/cudablas/compute/cuda_zgemerge.c
+++ b/cudablas/compute/cuda_zgemerge.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zgemm.c b/cudablas/compute/cuda_zgemm.c
index 5816c1d83..c962a795e 100644
--- a/cudablas/compute/cuda_zgemm.c
+++ b/cudablas/compute/cuda_zgemm.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zgeqrt.c b/cudablas/compute/cuda_zgeqrt.c
index 141f1c867..68b910a16 100644
--- a/cudablas/compute/cuda_zgeqrt.c
+++ b/cudablas/compute/cuda_zgeqrt.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zgessm.c b/cudablas/compute/cuda_zgessm.c
index a4ecfc6bc..0f7303dd8 100644
--- a/cudablas/compute/cuda_zgessm.c
+++ b/cudablas/compute/cuda_zgessm.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zgetrf.c b/cudablas/compute/cuda_zgetrf.c
index b11f17c51..9821114a4 100644
--- a/cudablas/compute/cuda_zgetrf.c
+++ b/cudablas/compute/cuda_zgetrf.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zhemm.c b/cudablas/compute/cuda_zhemm.c
index 0d7b6786a..cac99dfdc 100644
--- a/cudablas/compute/cuda_zhemm.c
+++ b/cudablas/compute/cuda_zhemm.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
diff --git a/cudablas/compute/cuda_zher2k.c b/cudablas/compute/cuda_zher2k.c
index dd2def7ac..51726cfe2 100644
--- a/cudablas/compute/cuda_zher2k.c
+++ b/cudablas/compute/cuda_zher2k.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
diff --git a/cudablas/compute/cuda_zherfb.c b/cudablas/compute/cuda_zherfb.c
index 4d9777b3a..ff10adc77 100644
--- a/cudablas/compute/cuda_zherfb.c
+++ b/cudablas/compute/cuda_zherfb.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zherk.c b/cudablas/compute/cuda_zherk.c
index 017b98a2e..571f02aa7 100644
--- a/cudablas/compute/cuda_zherk.c
+++ b/cudablas/compute/cuda_zherk.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
diff --git a/cudablas/compute/cuda_zlarfb.c b/cudablas/compute/cuda_zlarfb.c
index 9266556e5..5857c11b8 100644
--- a/cudablas/compute/cuda_zlarfb.c
+++ b/cudablas/compute/cuda_zlarfb.c
@@ -17,6 +17,7 @@
  *
  * Code originated from MAGMA
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zlauum.c b/cudablas/compute/cuda_zlauum.c
index 8107ac4cc..672d9c61c 100644
--- a/cudablas/compute/cuda_zlauum.c
+++ b/cudablas/compute/cuda_zlauum.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zparfb.c b/cudablas/compute/cuda_zparfb.c
index febdbf527..bda52dc2f 100644
--- a/cudablas/compute/cuda_zparfb.c
+++ b/cudablas/compute/cuda_zparfb.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zpotrf.c b/cudablas/compute/cuda_zpotrf.c
index 871df2c6f..f64b33ea8 100644
--- a/cudablas/compute/cuda_zpotrf.c
+++ b/cudablas/compute/cuda_zpotrf.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zssssm.c b/cudablas/compute/cuda_zssssm.c
index 9afe6966e..a1f51db50 100644
--- a/cudablas/compute/cuda_zssssm.c
+++ b/cudablas/compute/cuda_zssssm.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zsymm.c b/cudablas/compute/cuda_zsymm.c
index 99556287a..5fc29b1e6 100644
--- a/cudablas/compute/cuda_zsymm.c
+++ b/cudablas/compute/cuda_zsymm.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zsyr2k.c b/cudablas/compute/cuda_zsyr2k.c
index 85e4809e4..6a078dc90 100644
--- a/cudablas/compute/cuda_zsyr2k.c
+++ b/cudablas/compute/cuda_zsyr2k.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zsyrk.c b/cudablas/compute/cuda_zsyrk.c
index dcd399274..f01cd2302 100644
--- a/cudablas/compute/cuda_zsyrk.c
+++ b/cudablas/compute/cuda_zsyrk.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c
index 9e209dd03..bd5f3e275 100644
--- a/cudablas/compute/cuda_ztpmqrt.c
+++ b/cudablas/compute/cuda_ztpmqrt.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztrmm.c b/cudablas/compute/cuda_ztrmm.c
index 12d38ead1..81e597164 100644
--- a/cudablas/compute/cuda_ztrmm.c
+++ b/cudablas/compute/cuda_ztrmm.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztrsm.c b/cudablas/compute/cuda_ztrsm.c
index 3347c3a9c..5af896294 100644
--- a/cudablas/compute/cuda_ztrsm.c
+++ b/cudablas/compute/cuda_ztrsm.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztrtri.c b/cudablas/compute/cuda_ztrtri.c
index a56ec0fb1..d6fac8a69 100644
--- a/cudablas/compute/cuda_ztrtri.c
+++ b/cudablas/compute/cuda_ztrtri.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztslqt.c b/cudablas/compute/cuda_ztslqt.c
index 8dae25e27..95e9226f9 100644
--- a/cudablas/compute/cuda_ztslqt.c
+++ b/cudablas/compute/cuda_ztslqt.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztsmlq.c b/cudablas/compute/cuda_ztsmlq.c
index 3e8704b29..22a747239 100644
--- a/cudablas/compute/cuda_ztsmlq.c
+++ b/cudablas/compute/cuda_ztsmlq.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztsmqr.c b/cudablas/compute/cuda_ztsmqr.c
index f0333dd62..3a1d7461d 100644
--- a/cudablas/compute/cuda_ztsmqr.c
+++ b/cudablas/compute/cuda_ztsmqr.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztsqrt.c b/cudablas/compute/cuda_ztsqrt.c
index 31d96775e..a337a7386 100644
--- a/cudablas/compute/cuda_ztsqrt.c
+++ b/cudablas/compute/cuda_ztsqrt.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztstrf.c b/cudablas/compute/cuda_ztstrf.c
index ce85768a6..9e7fc03e0 100644
--- a/cudablas/compute/cuda_ztstrf.c
+++ b/cudablas/compute/cuda_ztstrf.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c
index ce7cb71e8..5733e8cdc 100644
--- a/cudablas/compute/cuda_zttmqr.c
+++ b/cudablas/compute/cuda_zttmqr.c
@@ -14,6 +14,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @date 2015-09-16
diff --git a/cudablas/compute/cuda_zunmlqt.c b/cudablas/compute/cuda_zunmlqt.c
index 49f568ba2..b9aad872e 100644
--- a/cudablas/compute/cuda_zunmlqt.c
+++ b/cudablas/compute/cuda_zunmlqt.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zunmqrt.c b/cudablas/compute/cuda_zunmqrt.c
index 7cf452973..fd64dd8cf 100644
--- a/cudablas/compute/cuda_zunmqrt.c
+++ b/cudablas/compute/cuda_zunmqrt.c
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index 5f6c1cf61..6b245c750 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2017-04-06
  *
diff --git a/cudablas/eztrace_module/CMakeLists.txt b/cudablas/eztrace_module/CMakeLists.txt
index 9140f9908..e8129ce30 100644
--- a/cudablas/eztrace_module/CMakeLists.txt
+++ b/cudablas/eztrace_module/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 16-09-2015
 #
diff --git a/cudablas/include/CMakeLists.txt b/cudablas/include/CMakeLists.txt
index f67eff7e2..54d408e84 100644
--- a/cudablas/include/CMakeLists.txt
+++ b/cudablas/include/CMakeLists.txt
@@ -18,6 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 16-09-2015
 #
diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h
index 43c9e2404..6db76e842 100644
--- a/cudablas/include/cudablas.h
+++ b/cudablas/include/cudablas.h
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/cudablas/include/cudablas/cudablas_z.h b/cudablas/include/cudablas/cudablas_z.h
index 3aa5987f3..fd8cd96c6 100644
--- a/cudablas/include/cudablas/cudablas_z.h
+++ b/cudablas/include/cudablas/cudablas_z.h
@@ -15,6 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 37306694c..3f456bfba 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt
index 1efb6c7a1..70dc41ca8 100644
--- a/doc/doxygen/CMakeLists.txt
+++ b/doc/doxygen/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/doc/orgmode/CMakeLists.txt b/doc/orgmode/CMakeLists.txt
index 77eb844b6..844e787e0 100644
--- a/doc/orgmode/CMakeLists.txt
+++ b/doc/orgmode/CMakeLists.txt
@@ -15,7 +15,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 25-08-2017
 #
diff --git a/doc/texinfo/CMakeLists.txt b/doc/texinfo/CMakeLists.txt
index a5f25d707..64b4f3b31 100644
--- a/doc/texinfo/CMakeLists.txt
+++ b/doc/texinfo/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index ada56cbaf..52d74e7d7 100755
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -18,7 +18,6 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
 #  @date 17-10-2014
 #
 ###
diff --git a/example/basic_zposv/CMakeLists.txt b/example/basic_zposv/CMakeLists.txt
index 14eb68316..a00ceb290 100644
--- a/example/basic_zposv/CMakeLists.txt
+++ b/example/basic_zposv/CMakeLists.txt
@@ -14,7 +14,7 @@
 #  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 2014-10-13
 #
diff --git a/example/lapack_to_morse/CMakeLists.txt b/example/lapack_to_morse/CMakeLists.txt
index 8a80ca90d..394e2b201 100644
--- a/example/lapack_to_morse/CMakeLists.txt
+++ b/example/lapack_to_morse/CMakeLists.txt
@@ -14,7 +14,7 @@
 #  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 2014-10-13
 #
diff --git a/example/out_of_core/CMakeLists.txt b/example/out_of_core/CMakeLists.txt
index b6c4457cb..486af7f29 100644
--- a/example/out_of_core/CMakeLists.txt
+++ b/example/out_of_core/CMakeLists.txt
@@ -14,7 +14,7 @@
 #  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 2016-08-23
 #
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index f73722e38..0e23ac655 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/include/chameleon/chameleon_config.h.in b/include/chameleon/chameleon_config.h.in
index 597f0ec25..d6a5450c6 100644
--- a/include/chameleon/chameleon_config.h.in
+++ b/include/chameleon/chameleon_config.h.in
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- *  @version 0.9.1
+ * @version 1.0.0
  *  @author Florent Pruvost
  *  @date 2017-01-06
  *
diff --git a/include/chameleon/chameleon_timer.h b/include/chameleon/chameleon_timer.h
index 5985b3d1a..1e248404f 100644
--- a/include/chameleon/chameleon_timer.h
+++ b/include/chameleon/chameleon_timer.h
@@ -7,6 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ * @version 1.0.0
  *
  * Provide a simple timer for examples and runtimes which do not provide their
  * own timer.
diff --git a/include/chameleon/morse_constants.h b/include/chameleon/morse_constants.h
index fdd8e2fd1..addbdb6b4 100644
--- a/include/chameleon/morse_constants.h
+++ b/include/chameleon/morse_constants.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/include/chameleon/morse_fortran.h b/include/chameleon/morse_fortran.h
index c2175df6f..3f8c2cf09 100644
--- a/include/chameleon/morse_fortran.h
+++ b/include/chameleon/morse_fortran.h
@@ -42,7 +42,7 @@
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.6
+! @version 1.0.0
 ! @author Bilel Hadri
 ! @author Mathieu Faverge
 ! @author Cedric Castagnede
diff --git a/include/chameleon/morse_kernels.h b/include/chameleon/morse_kernels.h
index a26fe6477..d9310c470 100644
--- a/include/chameleon/morse_kernels.h
+++ b/include/chameleon/morse_kernels.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- *  @version 2.3.1
+ * @version 1.0.0
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @date 2011-06-01
diff --git a/include/chameleon/morse_runtime.h b/include/chameleon/morse_runtime.h
index 99927128c..7cf57676c 100644
--- a/include/chameleon/morse_runtime.h
+++ b/include/chameleon/morse_runtime.h
@@ -14,7 +14,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and Inria Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
diff --git a/include/chameleon/morse_struct.h b/include/chameleon/morse_struct.h
index 6d79d4840..b74fb776e 100644
--- a/include/chameleon/morse_struct.h
+++ b/include/chameleon/morse_struct.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/include/chameleon/morse_tasks.h b/include/chameleon/morse_tasks.h
index b00fe81f9..0099ee7f6 100644
--- a/include/chameleon/morse_tasks.h
+++ b/include/chameleon/morse_tasks.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- *  @version 2.3.1
+ * @version 1.0.0
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @date 2011-06-01
diff --git a/include/chameleon/morse_tasks_z.h b/include/chameleon/morse_tasks_z.h
index 133831354..d8816f473 100644
--- a/include/chameleon/morse_tasks_z.h
+++ b/include/chameleon/morse_tasks_z.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/include/chameleon/morse_tasks_zc.h b/include/chameleon/morse_tasks_zc.h
index 17947d55c..4a9963199 100644
--- a/include/chameleon/morse_tasks_zc.h
+++ b/include/chameleon/morse_tasks_zc.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/include/chameleon/morse_types.h b/include/chameleon/morse_types.h
index f9d6a315f..ae77d58d3 100644
--- a/include/chameleon/morse_types.h
+++ b/include/chameleon/morse_types.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/include/chameleon/morse_z.h b/include/chameleon/morse_z.h
index 1592fd9da..69e1e5ed8 100644
--- a/include/chameleon/morse_z.h
+++ b/include/chameleon/morse_z.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
diff --git a/include/chameleon/morse_zc.h b/include/chameleon/morse_zc.h
index e088597a4..48d64bb33 100644
--- a/include/chameleon/morse_zc.h
+++ b/include/chameleon/morse_zc.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/include/morse.h b/include/morse.h
index 62c35c1ce..336950996 100644
--- a/include/morse.h
+++ b/include/morse.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- *  @version 0.9.0
+ * @version 1.0.0
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @author Cedric Castagnede
diff --git a/plasma-conversion/callGeneration.bash b/plasma-conversion/callGeneration.bash
index a58232aba..b1703761f 100755
--- a/plasma-conversion/callGeneration.bash
+++ b/plasma-conversion/callGeneration.bash
@@ -20,7 +20,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/plasma-conversion/fileConversion.py b/plasma-conversion/fileConversion.py
index 790926592..2a4fba1ac 100644
--- a/plasma-conversion/fileConversion.py
+++ b/plasma-conversion/fileConversion.py
@@ -46,7 +46,6 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 # 
-#  @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/plasma-conversion/fileCopy.py b/plasma-conversion/fileCopy.py
index 28317f2bf..2dd36843c 100644
--- a/plasma-conversion/fileCopy.py
+++ b/plasma-conversion/fileCopy.py
@@ -46,7 +46,6 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 # 
-#  @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/plasma-conversion/generate_morseSrc.py b/plasma-conversion/generate_morseSrc.py
index 8912b9fbf..da0175163 100755
--- a/plasma-conversion/generate_morseSrc.py
+++ b/plasma-conversion/generate_morseSrc.py
@@ -46,7 +46,6 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 # 
-#  @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/plasma-conversion/insert-licence/insert-licence-chameleon.sh b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
index b5cc63303..161b8c01a 100755
--- a/plasma-conversion/insert-licence/insert-licence-chameleon.sh
+++ b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
@@ -45,7 +45,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 4b4642e76..2395f85d7 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt
index 7e1dce97e..9799511b3 100644
--- a/runtime/parsec/CMakeLists.txt
+++ b/runtime/parsec/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_zasum.c b/runtime/parsec/codelets/codelet_zasum.c
index e263f718d..6097ff713 100644
--- a/runtime/parsec/codelets/codelet_zasum.c
+++ b/runtime/parsec/codelets/codelet_zasum.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c
index 6d79ef343..0db78d2e7 100644
--- a/runtime/parsec/codelets/codelet_zaxpy.c
+++ b/runtime/parsec/codelets/codelet_zaxpy.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c
index f5cd482a6..72d55d95b 100644
--- a/runtime/parsec/codelets/codelet_zbuild.c
+++ b/runtime/parsec/codelets/codelet_zbuild.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @author Guillaume Sylvand
  * @date 2016-09-05
diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c
index 37b9b3b27..a51029856 100644
--- a/runtime/parsec/codelets/codelet_zgeadd.c
+++ b/runtime/parsec/codelets/codelet_zgeadd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c
index 747536a55..a0cc1eca9 100644
--- a/runtime/parsec/codelets/codelet_zgelqt.c
+++ b/runtime/parsec/codelets/codelet_zgelqt.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c
index 122b4cf6b..85d6055fc 100644
--- a/runtime/parsec/codelets/codelet_zgemm.c
+++ b/runtime/parsec/codelets/codelet_zgemm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c
index 58e1f8d31..aeb407385 100644
--- a/runtime/parsec/codelets/codelet_zgeqrt.c
+++ b/runtime/parsec/codelets/codelet_zgeqrt.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c
index fb67de74b..ca41394f8 100644
--- a/runtime/parsec/codelets/codelet_zgessm.c
+++ b/runtime/parsec/codelets/codelet_zgessm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c
index fdaefef04..bf1c1b9d3 100644
--- a/runtime/parsec/codelets/codelet_zgessq.c
+++ b/runtime/parsec/codelets/codelet_zgessq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c
index 421686453..2d7066d6a 100644
--- a/runtime/parsec/codelets/codelet_zgetrf.c
+++ b/runtime/parsec/codelets/codelet_zgetrf.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
index a63f28f6e..0cc706431 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
index 4877644fc..cdbc24daf 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c
index 96abb520d..ced3daff4 100644
--- a/runtime/parsec/codelets/codelet_zhe2ge.c
+++ b/runtime/parsec/codelets/codelet_zhe2ge.c
@@ -14,6 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c
index bce17e6f6..455f9cfd0 100644
--- a/runtime/parsec/codelets/codelet_zhemm.c
+++ b/runtime/parsec/codelets/codelet_zhemm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c
index 1bad405b0..e2e5cd4ff 100644
--- a/runtime/parsec/codelets/codelet_zher2k.c
+++ b/runtime/parsec/codelets/codelet_zher2k.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c
index 65719d029..91fc5d0ee 100644
--- a/runtime/parsec/codelets/codelet_zherfb.c
+++ b/runtime/parsec/codelets/codelet_zherfb.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c
index 68656de43..39cb0c101 100644
--- a/runtime/parsec/codelets/codelet_zherk.c
+++ b/runtime/parsec/codelets/codelet_zherk.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c
index b6a17e8fb..1a4167168 100644
--- a/runtime/parsec/codelets/codelet_zhessq.c
+++ b/runtime/parsec/codelets/codelet_zhessq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c
index 730c3287f..b1dae51da 100644
--- a/runtime/parsec/codelets/codelet_zlacpy.c
+++ b/runtime/parsec/codelets/codelet_zlacpy.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c
index 06c8acc15..f0b9758fa 100644
--- a/runtime/parsec/codelets/codelet_zlag2c.c
+++ b/runtime/parsec/codelets/codelet_zlag2c.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c
index 91a42910a..f7b845159 100644
--- a/runtime/parsec/codelets/codelet_zlange.c
+++ b/runtime/parsec/codelets/codelet_zlange.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c
index 140a6b8d8..2dd034d81 100644
--- a/runtime/parsec/codelets/codelet_zlanhe.c
+++ b/runtime/parsec/codelets/codelet_zlanhe.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c
index c76b84086..d6c94d684 100644
--- a/runtime/parsec/codelets/codelet_zlansy.c
+++ b/runtime/parsec/codelets/codelet_zlansy.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c
index d04e6369c..cd9791cac 100644
--- a/runtime/parsec/codelets/codelet_zlantr.c
+++ b/runtime/parsec/codelets/codelet_zlantr.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c
index da1d51617..3ff994582 100644
--- a/runtime/parsec/codelets/codelet_zlascal.c
+++ b/runtime/parsec/codelets/codelet_zlascal.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c
index 05c4bf23e..1f595c596 100644
--- a/runtime/parsec/codelets/codelet_zlaset.c
+++ b/runtime/parsec/codelets/codelet_zlaset.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c
index 31943aa8a..177d7bb28 100644
--- a/runtime/parsec/codelets/codelet_zlaset2.c
+++ b/runtime/parsec/codelets/codelet_zlaset2.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c
index bd691031e..b30da5f7e 100644
--- a/runtime/parsec/codelets/codelet_zlatro.c
+++ b/runtime/parsec/codelets/codelet_zlatro.c
@@ -13,7 +13,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c
index fa783cb75..179e0e850 100644
--- a/runtime/parsec/codelets/codelet_zlauum.c
+++ b/runtime/parsec/codelets/codelet_zlauum.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zpamm.c b/runtime/parsec/codelets/codelet_zpamm.c
index dad86b0a2..f4af40ea0 100644
--- a/runtime/parsec/codelets/codelet_zpamm.c
+++ b/runtime/parsec/codelets/codelet_zpamm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c
index a43b5b48d..dea1dd9fe 100644
--- a/runtime/parsec/codelets/codelet_zplghe.c
+++ b/runtime/parsec/codelets/codelet_zplghe.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c
index 8b414ea19..68a6f696b 100644
--- a/runtime/parsec/codelets/codelet_zplgsy.c
+++ b/runtime/parsec/codelets/codelet_zplgsy.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c
index 893a38131..c2b3520c2 100644
--- a/runtime/parsec/codelets/codelet_zplrnt.c
+++ b/runtime/parsec/codelets/codelet_zplrnt.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c
index c9b7d75a8..1a70e945d 100644
--- a/runtime/parsec/codelets/codelet_zplssq.c
+++ b/runtime/parsec/codelets/codelet_zplssq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c
index 83b26a6b0..0d68f8ddc 100644
--- a/runtime/parsec/codelets/codelet_zpotrf.c
+++ b/runtime/parsec/codelets/codelet_zpotrf.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c
index 9d457c20f..deeed1a77 100644
--- a/runtime/parsec/codelets/codelet_zssssm.c
+++ b/runtime/parsec/codelets/codelet_zssssm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c
index a6e5813d6..d937d6390 100644
--- a/runtime/parsec/codelets/codelet_zsymm.c
+++ b/runtime/parsec/codelets/codelet_zsymm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c
index 747eb705c..4c0495179 100644
--- a/runtime/parsec/codelets/codelet_zsyr2k.c
+++ b/runtime/parsec/codelets/codelet_zsyr2k.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c
index 88d9fee1d..e2f65c009 100644
--- a/runtime/parsec/codelets/codelet_zsyrk.c
+++ b/runtime/parsec/codelets/codelet_zsyrk.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c
index f20247659..1248acf61 100644
--- a/runtime/parsec/codelets/codelet_zsyssq.c
+++ b/runtime/parsec/codelets/codelet_zsyssq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
index 4e0559027..039596ae6 100644
--- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
diff --git a/runtime/parsec/codelets/codelet_ztile_zero.c b/runtime/parsec/codelets/codelet_ztile_zero.c
index d6bb7ce24..97620ab43 100644
--- a/runtime/parsec/codelets/codelet_ztile_zero.c
+++ b/runtime/parsec/codelets/codelet_ztile_zero.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c
index 47a226e78..0d668049c 100644
--- a/runtime/parsec/codelets/codelet_ztplqt.c
+++ b/runtime/parsec/codelets/codelet_ztplqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c
index 4b9af46a5..52b8757bf 100644
--- a/runtime/parsec/codelets/codelet_ztpmlqt.c
+++ b/runtime/parsec/codelets/codelet_ztpmlqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index 9932c135b..19f1327b7 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c
index a47ff3240..c6e527487 100644
--- a/runtime/parsec/codelets/codelet_ztpqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c
index f0a0f38d2..0a6e76a81 100644
--- a/runtime/parsec/codelets/codelet_ztradd.c
+++ b/runtime/parsec/codelets/codelet_ztradd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c
index 7b4011ec0..66373f5cb 100644
--- a/runtime/parsec/codelets/codelet_ztrasm.c
+++ b/runtime/parsec/codelets/codelet_ztrasm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c
index 79e70465e..77e90ffeb 100644
--- a/runtime/parsec/codelets/codelet_ztrmm.c
+++ b/runtime/parsec/codelets/codelet_ztrmm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c
index 4a6564c4b..bd237877e 100644
--- a/runtime/parsec/codelets/codelet_ztrsm.c
+++ b/runtime/parsec/codelets/codelet_ztrsm.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c
index 419cc79cb..fc385bd93 100644
--- a/runtime/parsec/codelets/codelet_ztrssq.c
+++ b/runtime/parsec/codelets/codelet_ztrssq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c
index 37066fcf8..27216d51a 100644
--- a/runtime/parsec/codelets/codelet_ztrtri.c
+++ b/runtime/parsec/codelets/codelet_ztrtri.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztslqt.c b/runtime/parsec/codelets/codelet_ztslqt.c
index cb9a4630d..e81f87ec5 100644
--- a/runtime/parsec/codelets/codelet_ztslqt.c
+++ b/runtime/parsec/codelets/codelet_ztslqt.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztsmlq.c b/runtime/parsec/codelets/codelet_ztsmlq.c
index 13304d7f2..199085765 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
index 15b352827..fd6da1f7c 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
diff --git a/runtime/parsec/codelets/codelet_ztsmqr.c b/runtime/parsec/codelets/codelet_ztsmqr.c
index 51ba120a3..2f413060a 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
index bab1a77d2..afaadff2a 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
diff --git a/runtime/parsec/codelets/codelet_ztsqrt.c b/runtime/parsec/codelets/codelet_ztsqrt.c
index dc68c88b2..c6cc45e2f 100644
--- a/runtime/parsec/codelets/codelet_ztsqrt.c
+++ b/runtime/parsec/codelets/codelet_ztsqrt.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c
index be2a9dd7b..8baa15568 100644
--- a/runtime/parsec/codelets/codelet_ztstrf.c
+++ b/runtime/parsec/codelets/codelet_ztstrf.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zttlqt.c b/runtime/parsec/codelets/codelet_zttlqt.c
index 3a94cdcfe..a7b2d73af 100644
--- a/runtime/parsec/codelets/codelet_zttlqt.c
+++ b/runtime/parsec/codelets/codelet_zttlqt.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zttmlq.c b/runtime/parsec/codelets/codelet_zttmlq.c
index 521cfa957..4c1220f29 100644
--- a/runtime/parsec/codelets/codelet_zttmlq.c
+++ b/runtime/parsec/codelets/codelet_zttmlq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zttmqr.c b/runtime/parsec/codelets/codelet_zttmqr.c
index c7b974222..d00a4de60 100644
--- a/runtime/parsec/codelets/codelet_zttmqr.c
+++ b/runtime/parsec/codelets/codelet_zttmqr.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zttqrt.c b/runtime/parsec/codelets/codelet_zttqrt.c
index d7cc15a14..48171a9eb 100644
--- a/runtime/parsec/codelets/codelet_zttqrt.c
+++ b/runtime/parsec/codelets/codelet_zttqrt.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c
index 1b1f57c19..687202a0a 100644
--- a/runtime/parsec/codelets/codelet_zunmlq.c
+++ b/runtime/parsec/codelets/codelet_zunmlq.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c
index 46170f4ae..31a3cd650 100644
--- a/runtime/parsec/codelets/codelet_zunmqr.c
+++ b/runtime/parsec/codelets/codelet_zunmqr.c
@@ -13,7 +13,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/control/runtime_async.c b/runtime/parsec/control/runtime_async.c
index e85714050..38ed05224 100644
--- a/runtime/parsec/control/runtime_async.c
+++ b/runtime/parsec/control/runtime_async.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_context.c b/runtime/parsec/control/runtime_context.c
index aa9f1fa20..8e3b7cc2d 100644
--- a/runtime/parsec/control/runtime_context.c
+++ b/runtime/parsec/control/runtime_context.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_control.c b/runtime/parsec/control/runtime_control.c
index 7b5d97f7c..c5ca9d871 100644
--- a/runtime/parsec/control/runtime_control.c
+++ b/runtime/parsec/control/runtime_control.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c
index f9c0db18f..b3f66b379 100644
--- a/runtime/parsec/control/runtime_descriptor.c
+++ b/runtime/parsec/control/runtime_descriptor.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_options.c b/runtime/parsec/control/runtime_options.c
index 3a6831c3c..1894e8d1c 100644
--- a/runtime/parsec/control/runtime_options.c
+++ b/runtime/parsec/control/runtime_options.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_profiling.c b/runtime/parsec/control/runtime_profiling.c
index 91ab03d78..c45210934 100644
--- a/runtime/parsec/control/runtime_profiling.c
+++ b/runtime/parsec/control/runtime_profiling.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_zlocality.c b/runtime/parsec/control/runtime_zlocality.c
index 978fd9036..05ae71d86 100644
--- a/runtime/parsec/control/runtime_zlocality.c
+++ b/runtime/parsec/control/runtime_zlocality.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_zprofiling.c b/runtime/parsec/control/runtime_zprofiling.c
index f8dca453f..0d23cc456 100644
--- a/runtime/parsec/control/runtime_zprofiling.c
+++ b/runtime/parsec/control/runtime_zprofiling.c
@@ -7,7 +7,6 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h
index c9d974978..165f23c19 100644
--- a/runtime/parsec/include/chameleon_parsec.h
+++ b/runtime/parsec/include/chameleon_parsec.h
@@ -7,6 +7,8 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ * @version 1.0.0
+ *
  **/
 #ifndef _MORSE_PARSEC_H_
 #define _MORSE_PARSEC_H_
diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt
index 191cb9e86..94c78e4a8 100644
--- a/runtime/quark/CMakeLists.txt
+++ b/runtime/quark/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zasum.c b/runtime/quark/codelets/codelet_zasum.c
index 90e86b6fa..2f3801d11 100644
--- a/runtime/quark/codelets/codelet_zasum.c
+++ b/runtime/quark/codelets/codelet_zasum.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c
index 99fe1eb8c..7152bb951 100644
--- a/runtime/quark/codelets/codelet_zaxpy.c
+++ b/runtime/quark/codelets/codelet_zaxpy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c
index 079eaede6..dd9d8f868 100644
--- a/runtime/quark/codelets/codelet_zbuild.c
+++ b/runtime/quark/codelets/codelet_zbuild.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c
index df4d87d99..9dbddc06b 100644
--- a/runtime/quark/codelets/codelet_zgeadd.c
+++ b/runtime/quark/codelets/codelet_zgeadd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c
index 3f6467052..47540218a 100644
--- a/runtime/quark/codelets/codelet_zgelqt.c
+++ b/runtime/quark/codelets/codelet_zgelqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c
index b3605400d..c0c8f5ca2 100644
--- a/runtime/quark/codelets/codelet_zgemm.c
+++ b/runtime/quark/codelets/codelet_zgemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c
index 5359a9295..3406b0e5d 100644
--- a/runtime/quark/codelets/codelet_zgeqrt.c
+++ b/runtime/quark/codelets/codelet_zgeqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c
index f7f64d715..964e4afbf 100644
--- a/runtime/quark/codelets/codelet_zgessm.c
+++ b/runtime/quark/codelets/codelet_zgessm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c
index 31b28c46f..792af413b 100644
--- a/runtime/quark/codelets/codelet_zgessq.c
+++ b/runtime/quark/codelets/codelet_zgessq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c
index 95e01e6c0..7da2dcd3c 100644
--- a/runtime/quark/codelets/codelet_zgetrf.c
+++ b/runtime/quark/codelets/codelet_zgetrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
index 3155bed71..551bd000e 100644
--- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
index cec9c3dd8..3c9e45279 100644
--- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c
index d1f9233e1..121ac8fc0 100644
--- a/runtime/quark/codelets/codelet_zhe2ge.c
+++ b/runtime/quark/codelets/codelet_zhe2ge.c
@@ -14,6 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c
index 6f18c3e1c..fa1baacca 100644
--- a/runtime/quark/codelets/codelet_zhemm.c
+++ b/runtime/quark/codelets/codelet_zhemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c
index 3f3c7424e..08973da5c 100644
--- a/runtime/quark/codelets/codelet_zher2k.c
+++ b/runtime/quark/codelets/codelet_zher2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c
index 8508804e0..b99eb896d 100644
--- a/runtime/quark/codelets/codelet_zherfb.c
+++ b/runtime/quark/codelets/codelet_zherfb.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c
index 521979e52..e814aff6e 100644
--- a/runtime/quark/codelets/codelet_zherk.c
+++ b/runtime/quark/codelets/codelet_zherk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c
index a18e8ea19..65887ea05 100644
--- a/runtime/quark/codelets/codelet_zhessq.c
+++ b/runtime/quark/codelets/codelet_zhessq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
index a1f1fb1c6..929a83fb8 100644
--- a/runtime/quark/codelets/codelet_zlacpy.c
+++ b/runtime/quark/codelets/codelet_zlacpy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c
index 36fabfca9..4baecb826 100644
--- a/runtime/quark/codelets/codelet_zlag2c.c
+++ b/runtime/quark/codelets/codelet_zlag2c.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c
index e3fd8eb2a..e4c8401c9 100644
--- a/runtime/quark/codelets/codelet_zlange.c
+++ b/runtime/quark/codelets/codelet_zlange.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c
index afb25ce20..2770340b2 100644
--- a/runtime/quark/codelets/codelet_zlanhe.c
+++ b/runtime/quark/codelets/codelet_zlanhe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c
index d76fba5e5..101c43c43 100644
--- a/runtime/quark/codelets/codelet_zlansy.c
+++ b/runtime/quark/codelets/codelet_zlansy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c
index f49ffdcdd..2dab2f02e 100644
--- a/runtime/quark/codelets/codelet_zlantr.c
+++ b/runtime/quark/codelets/codelet_zlantr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c
index 9dfeb0cc3..46c853cce 100644
--- a/runtime/quark/codelets/codelet_zlascal.c
+++ b/runtime/quark/codelets/codelet_zlascal.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c
index e2742fce6..394753e5b 100644
--- a/runtime/quark/codelets/codelet_zlaset.c
+++ b/runtime/quark/codelets/codelet_zlaset.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c
index 1cee7b92e..b87957216 100644
--- a/runtime/quark/codelets/codelet_zlaset2.c
+++ b/runtime/quark/codelets/codelet_zlaset2.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c
index 7fb61f9d2..56f65bf39 100644
--- a/runtime/quark/codelets/codelet_zlatro.c
+++ b/runtime/quark/codelets/codelet_zlatro.c
@@ -13,7 +13,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c
index ff37df1c5..4b6a022b7 100644
--- a/runtime/quark/codelets/codelet_zlauum.c
+++ b/runtime/quark/codelets/codelet_zlauum.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_zpamm.c b/runtime/quark/codelets/codelet_zpamm.c
index ba2c3701d..cfbd5a1f3 100644
--- a/runtime/quark/codelets/codelet_zpamm.c
+++ b/runtime/quark/codelets/codelet_zpamm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c
index ad7e04d15..3ae6f7c78 100644
--- a/runtime/quark/codelets/codelet_zplghe.c
+++ b/runtime/quark/codelets/codelet_zplghe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c
index 0178ecbae..ee90b40ef 100644
--- a/runtime/quark/codelets/codelet_zplgsy.c
+++ b/runtime/quark/codelets/codelet_zplgsy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c
index d185505dd..ccf631ade 100644
--- a/runtime/quark/codelets/codelet_zplrnt.c
+++ b/runtime/quark/codelets/codelet_zplrnt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c
index 3e65df9dd..4fcbd60cc 100644
--- a/runtime/quark/codelets/codelet_zplssq.c
+++ b/runtime/quark/codelets/codelet_zplssq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c
index b8b618341..fcaf7e22e 100644
--- a/runtime/quark/codelets/codelet_zpotrf.c
+++ b/runtime/quark/codelets/codelet_zpotrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c
index 0df43e036..4556fed13 100644
--- a/runtime/quark/codelets/codelet_zssssm.c
+++ b/runtime/quark/codelets/codelet_zssssm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
index d300a0ee9..398ad79ad 100644
--- a/runtime/quark/codelets/codelet_zsymm.c
+++ b/runtime/quark/codelets/codelet_zsymm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c
index 5bcc52c08..30159f413 100644
--- a/runtime/quark/codelets/codelet_zsyr2k.c
+++ b/runtime/quark/codelets/codelet_zsyr2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c
index aaa765364..dc0de970a 100644
--- a/runtime/quark/codelets/codelet_zsyrk.c
+++ b/runtime/quark/codelets/codelet_zsyrk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c
index 9b54cbf5b..862776efd 100644
--- a/runtime/quark/codelets/codelet_zsyssq.c
+++ b/runtime/quark/codelets/codelet_zsyssq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztile_zero.c b/runtime/quark/codelets/codelet_ztile_zero.c
index bcec08970..a066dd441 100644
--- a/runtime/quark/codelets/codelet_ztile_zero.c
+++ b/runtime/quark/codelets/codelet_ztile_zero.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c
index 416c3a013..fb1d2074d 100644
--- a/runtime/quark/codelets/codelet_ztplqt.c
+++ b/runtime/quark/codelets/codelet_ztplqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c
index 3cb9b72b6..3f8304c3b 100644
--- a/runtime/quark/codelets/codelet_ztpmlqt.c
+++ b/runtime/quark/codelets/codelet_ztpmlqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index fcbaaee17..996cbb778 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c
index b775d0cd9..78874cea5 100644
--- a/runtime/quark/codelets/codelet_ztpqrt.c
+++ b/runtime/quark/codelets/codelet_ztpqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c
index d3e5936e0..1fd17748d 100644
--- a/runtime/quark/codelets/codelet_ztradd.c
+++ b/runtime/quark/codelets/codelet_ztradd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c
index 437b6290c..58eb996f0 100644
--- a/runtime/quark/codelets/codelet_ztrasm.c
+++ b/runtime/quark/codelets/codelet_ztrasm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c
index 5e56014b0..c42efa742 100644
--- a/runtime/quark/codelets/codelet_ztrmm.c
+++ b/runtime/quark/codelets/codelet_ztrmm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c
index fcaeeb76c..d5c98bc4d 100644
--- a/runtime/quark/codelets/codelet_ztrsm.c
+++ b/runtime/quark/codelets/codelet_ztrsm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c
index c969befbf..1d33b073a 100644
--- a/runtime/quark/codelets/codelet_ztrssq.c
+++ b/runtime/quark/codelets/codelet_ztrssq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c
index f0f6a3e24..5072106a6 100644
--- a/runtime/quark/codelets/codelet_ztrtri.c
+++ b/runtime/quark/codelets/codelet_ztrtri.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/quark/codelets/codelet_ztslqt.c b/runtime/quark/codelets/codelet_ztslqt.c
index 083863811..af250fff8 100644
--- a/runtime/quark/codelets/codelet_ztslqt.c
+++ b/runtime/quark/codelets/codelet_ztslqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztsmlq.c b/runtime/quark/codelets/codelet_ztsmlq.c
index c7ad0d899..1489781ce 100644
--- a/runtime/quark/codelets/codelet_ztsmlq.c
+++ b/runtime/quark/codelets/codelet_ztsmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
index 8af40a2f1..50d1c6c85 100644
--- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
diff --git a/runtime/quark/codelets/codelet_ztsmqr.c b/runtime/quark/codelets/codelet_ztsmqr.c
index a53f77608..54974dc2b 100644
--- a/runtime/quark/codelets/codelet_ztsmqr.c
+++ b/runtime/quark/codelets/codelet_ztsmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
index dd6e469c3..7920fc3f6 100644
--- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
diff --git a/runtime/quark/codelets/codelet_ztsqrt.c b/runtime/quark/codelets/codelet_ztsqrt.c
index e4d145093..1c546a762 100644
--- a/runtime/quark/codelets/codelet_ztsqrt.c
+++ b/runtime/quark/codelets/codelet_ztsqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c
index d7ace3ccb..fabb5a97c 100644
--- a/runtime/quark/codelets/codelet_ztstrf.c
+++ b/runtime/quark/codelets/codelet_ztstrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zttlqt.c b/runtime/quark/codelets/codelet_zttlqt.c
index a3127cc12..697f7bcdb 100644
--- a/runtime/quark/codelets/codelet_zttlqt.c
+++ b/runtime/quark/codelets/codelet_zttlqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zttmlq.c b/runtime/quark/codelets/codelet_zttmlq.c
index d5114473a..85c1dd15d 100644
--- a/runtime/quark/codelets/codelet_zttmlq.c
+++ b/runtime/quark/codelets/codelet_zttmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zttmqr.c b/runtime/quark/codelets/codelet_zttmqr.c
index cfbab6c87..8757339a6 100644
--- a/runtime/quark/codelets/codelet_zttmqr.c
+++ b/runtime/quark/codelets/codelet_zttmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zttqrt.c b/runtime/quark/codelets/codelet_zttqrt.c
index 3601b4e73..9d493e0fe 100644
--- a/runtime/quark/codelets/codelet_zttqrt.c
+++ b/runtime/quark/codelets/codelet_zttqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c
index 7682054ba..f1efb5214 100644
--- a/runtime/quark/codelets/codelet_zunmlq.c
+++ b/runtime/quark/codelets/codelet_zunmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c
index 17800c169..9405c6883 100644
--- a/runtime/quark/codelets/codelet_zunmqr.c
+++ b/runtime/quark/codelets/codelet_zunmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c
index 7cfa1cd10..1c566516f 100644
--- a/runtime/quark/control/runtime_async.c
+++ b/runtime/quark/control/runtime_async.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Vijay Joshi
  * @author Cedric Castagnede
diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c
index 81e5e1e2a..78229b047 100644
--- a/runtime/quark/control/runtime_control.c
+++ b/runtime/quark/control/runtime_control.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2012-09-15
diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c
index 6826d8431..8cdd97e2a 100644
--- a/runtime/quark/control/runtime_descriptor.c
+++ b/runtime/quark/control/runtime_descriptor.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2012-09-15
diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c
index 32d617e05..d90b10f16 100644
--- a/runtime/quark/control/runtime_options.c
+++ b/runtime/quark/control/runtime_options.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2011-10-29
diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c
index 347c60562..b97eba1bb 100644
--- a/runtime/quark/control/runtime_profiling.c
+++ b/runtime/quark/control/runtime_profiling.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2011-10-29
diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c
index b9c8cf73f..364a9db01 100644
--- a/runtime/quark/control/runtime_zlocality.c
+++ b/runtime/quark/control/runtime_zlocality.c
@@ -13,7 +13,7 @@
  * Univ. of California Berkeley and Univ. of Colorado Denver,
  * and INRIA Bordeaux Sud-Ouest
  *
- * @version
+ * @version 1.0.0
  * @author Vijay Joshi
  * @date 2011-10-29
  * @precisions normal z -> s d c
diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c
index 1ccbc9ad0..74394a55a 100644
--- a/runtime/quark/control/runtime_zprofiling.c
+++ b/runtime/quark/control/runtime_zprofiling.c
@@ -13,7 +13,7 @@
  * Univ. of California Berkeley and Univ. of Colorado Denver,
  * and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h
index a67fdada4..b49956836 100644
--- a/runtime/quark/include/chameleon_quark.h
+++ b/runtime/quark/include/chameleon_quark.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.1.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h
index 2114279d7..eaf401398 100644
--- a/runtime/quark/include/core_blas_dag.h
+++ b/runtime/quark/include/core_blas_dag.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
index b833928c1..f76004c82 100644
--- a/runtime/starpu/CMakeLists.txt
+++ b/runtime/starpu/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zasum.c b/runtime/starpu/codelets/codelet_zasum.c
index 86008b0cb..183f6da2f 100644
--- a/runtime/starpu/codelets/codelet_zasum.c
+++ b/runtime/starpu/codelets/codelet_zasum.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c
index 1e55634b9..3a28cb86f 100644
--- a/runtime/starpu/codelets/codelet_zbuild.c
+++ b/runtime/starpu/codelets/codelet_zbuild.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
index 2c3dab1ca..378cda369 100644
--- a/runtime/starpu/codelets/codelet_zcallback.c
+++ b/runtime/starpu/codelets/codelet_zcallback.c
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- *  @version 2.3.1
+ * @version 1.0.0
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @author Florent Pruvost
diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c
index f53a82142..26dfda0c5 100644
--- a/runtime/starpu/codelets/codelet_zgeadd.c
+++ b/runtime/starpu/codelets/codelet_zgeadd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c
index 9f33f8495..d0f443156 100644
--- a/runtime/starpu/codelets/codelet_zgelqt.c
+++ b/runtime/starpu/codelets/codelet_zgelqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
index 2fdb4cdff..e80e101a9 100644
--- a/runtime/starpu/codelets/codelet_zgemm.c
+++ b/runtime/starpu/codelets/codelet_zgemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c
index e6d743b63..b5269ec98 100644
--- a/runtime/starpu/codelets/codelet_zgeqrt.c
+++ b/runtime/starpu/codelets/codelet_zgeqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c
index f8a904e26..a15f01911 100644
--- a/runtime/starpu/codelets/codelet_zgessm.c
+++ b/runtime/starpu/codelets/codelet_zgessm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c
index 3e5d70249..bde56be7e 100644
--- a/runtime/starpu/codelets/codelet_zgessq.c
+++ b/runtime/starpu/codelets/codelet_zgessq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c
index 512d247ea..33c4931d0 100644
--- a/runtime/starpu/codelets/codelet_zgetrf.c
+++ b/runtime/starpu/codelets/codelet_zgetrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
index 60abe986b..22395b663 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
index c97a2834d..a30af8c8c 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c
index e57fd2bb1..b0b3cff4a 100644
--- a/runtime/starpu/codelets/codelet_zhe2ge.c
+++ b/runtime/starpu/codelets/codelet_zhe2ge.c
@@ -14,6 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
index b13d5895f..a20731e6a 100644
--- a/runtime/starpu/codelets/codelet_zhemm.c
+++ b/runtime/starpu/codelets/codelet_zhemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c
index 585715bdb..51ae5129f 100644
--- a/runtime/starpu/codelets/codelet_zher2k.c
+++ b/runtime/starpu/codelets/codelet_zher2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c
index f4b6c3bdc..adeefc25d 100644
--- a/runtime/starpu/codelets/codelet_zherfb.c
+++ b/runtime/starpu/codelets/codelet_zherfb.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
index 6527e7441..ee3f9a4c5 100644
--- a/runtime/starpu/codelets/codelet_zherk.c
+++ b/runtime/starpu/codelets/codelet_zherk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zhessq.c b/runtime/starpu/codelets/codelet_zhessq.c
index 200de6cc5..78bfa6349 100644
--- a/runtime/starpu/codelets/codelet_zhessq.c
+++ b/runtime/starpu/codelets/codelet_zhessq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index 77abef7fb..db2845a0a 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c
index 2c16bef05..5529ecb8d 100644
--- a/runtime/starpu/codelets/codelet_zlag2c.c
+++ b/runtime/starpu/codelets/codelet_zlag2c.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c
index 23b8f19bc..99a026bed 100644
--- a/runtime/starpu/codelets/codelet_zlange.c
+++ b/runtime/starpu/codelets/codelet_zlange.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c
index 913ebed43..405c688d4 100644
--- a/runtime/starpu/codelets/codelet_zlanhe.c
+++ b/runtime/starpu/codelets/codelet_zlanhe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c
index 7779050ce..f8564ea07 100644
--- a/runtime/starpu/codelets/codelet_zlansy.c
+++ b/runtime/starpu/codelets/codelet_zlansy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c
index 4c107d5df..dc698d15c 100644
--- a/runtime/starpu/codelets/codelet_zlantr.c
+++ b/runtime/starpu/codelets/codelet_zlantr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c
index d5b2e3d71..45d98348c 100644
--- a/runtime/starpu/codelets/codelet_zlascal.c
+++ b/runtime/starpu/codelets/codelet_zlascal.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dalal Sukkari
diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c
index fc43812b5..7cb572f46 100644
--- a/runtime/starpu/codelets/codelet_zlaset.c
+++ b/runtime/starpu/codelets/codelet_zlaset.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c
index 56ac4e0a4..5ed91d2d4 100644
--- a/runtime/starpu/codelets/codelet_zlaset2.c
+++ b/runtime/starpu/codelets/codelet_zlaset2.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c
index ee48ebec4..48aa23fec 100644
--- a/runtime/starpu/codelets/codelet_zlatro.c
+++ b/runtime/starpu/codelets/codelet_zlatro.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c
index ba7a00713..af447ccea 100644
--- a/runtime/starpu/codelets/codelet_zlauum.c
+++ b/runtime/starpu/codelets/codelet_zlauum.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c
index 8fad1cff1..bc019590a 100644
--- a/runtime/starpu/codelets/codelet_zplghe.c
+++ b/runtime/starpu/codelets/codelet_zplghe.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c
index 80b873bfc..fe4649450 100644
--- a/runtime/starpu/codelets/codelet_zplgsy.c
+++ b/runtime/starpu/codelets/codelet_zplgsy.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c
index a0ce9e43e..cd6a1ea4c 100644
--- a/runtime/starpu/codelets/codelet_zplrnt.c
+++ b/runtime/starpu/codelets/codelet_zplrnt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
diff --git a/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c
index 5e3bb4474..e3cf76ac5 100644
--- a/runtime/starpu/codelets/codelet_zplssq.c
+++ b/runtime/starpu/codelets/codelet_zplssq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
index b0ee28eb4..eefaa9021 100644
--- a/runtime/starpu/codelets/codelet_zpotrf.c
+++ b/runtime/starpu/codelets/codelet_zpotrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c
index f9e4d3f30..1c6dfdf78 100644
--- a/runtime/starpu/codelets/codelet_zssssm.c
+++ b/runtime/starpu/codelets/codelet_zssssm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index 59680373b..52302692a 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c
index 3fb177108..884b4b700 100644
--- a/runtime/starpu/codelets/codelet_zsyr2k.c
+++ b/runtime/starpu/codelets/codelet_zsyr2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c
index bd9dbf0b0..5bbbc78ea 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c
index 08a47552c..890853695 100644
--- a/runtime/starpu/codelets/codelet_zsyssq.c
+++ b/runtime/starpu/codelets/codelet_zsyssq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztile_zero.c b/runtime/starpu/codelets/codelet_ztile_zero.c
index 58e723f47..dfd0ae069 100644
--- a/runtime/starpu/codelets/codelet_ztile_zero.c
+++ b/runtime/starpu/codelets/codelet_ztile_zero.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c
index 60c91afbd..a2dbc06e0 100644
--- a/runtime/starpu/codelets/codelet_ztplqt.c
+++ b/runtime/starpu/codelets/codelet_ztplqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/starpu/codelets/codelet_ztpmlqt.c b/runtime/starpu/codelets/codelet_ztpmlqt.c
index c838e590c..360ad11ed 100644
--- a/runtime/starpu/codelets/codelet_ztpmlqt.c
+++ b/runtime/starpu/codelets/codelet_ztpmlqt.c
@@ -12,7 +12,7 @@
  * MORSE is a software package provided by Univ. of Tennessee,
  * Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c
index cea5049fe..a91039d3f 100644
--- a/runtime/starpu/codelets/codelet_ztpmqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpmqrt.c
@@ -12,7 +12,7 @@
  * MORSE is a software package provided by Univ. of Tennessee,
  * Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index e6afa588b..73b33efcf 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c
index 0d1f0c4b3..3f897411c 100644
--- a/runtime/starpu/codelets/codelet_ztradd.c
+++ b/runtime/starpu/codelets/codelet_ztradd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c
index 70f488ab3..0d72eb40d 100644
--- a/runtime/starpu/codelets/codelet_ztrasm.c
+++ b/runtime/starpu/codelets/codelet_ztrasm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c
index bb2bc8c84..15f4cc7d7 100644
--- a/runtime/starpu/codelets/codelet_ztrmm.c
+++ b/runtime/starpu/codelets/codelet_ztrmm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c
index f7886870d..aa650dfed 100644
--- a/runtime/starpu/codelets/codelet_ztrsm.c
+++ b/runtime/starpu/codelets/codelet_ztrsm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c
index f454c87be..434b057ce 100644
--- a/runtime/starpu/codelets/codelet_ztrssq.c
+++ b/runtime/starpu/codelets/codelet_ztrssq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c
index a73911514..51dc73134 100644
--- a/runtime/starpu/codelets/codelet_ztrtri.c
+++ b/runtime/starpu/codelets/codelet_ztrtri.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
diff --git a/runtime/starpu/codelets/codelet_ztslqt.c b/runtime/starpu/codelets/codelet_ztslqt.c
index bee543c89..28bc29362 100644
--- a/runtime/starpu/codelets/codelet_ztslqt.c
+++ b/runtime/starpu/codelets/codelet_ztslqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztsmlq.c b/runtime/starpu/codelets/codelet_ztsmlq.c
index 4a7312ddd..f596e0ac5 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
index 1add89803..20056dd3b 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
diff --git a/runtime/starpu/codelets/codelet_ztsmqr.c b/runtime/starpu/codelets/codelet_ztsmqr.c
index 9befed186..f08ef9ec4 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
index 3487830ce..3a1063d1e 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
diff --git a/runtime/starpu/codelets/codelet_ztsqrt.c b/runtime/starpu/codelets/codelet_ztsqrt.c
index bb7ecf363..99f43546e 100644
--- a/runtime/starpu/codelets/codelet_ztsqrt.c
+++ b/runtime/starpu/codelets/codelet_ztsqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c
index 814d59dfa..caa1f612a 100644
--- a/runtime/starpu/codelets/codelet_ztstrf.c
+++ b/runtime/starpu/codelets/codelet_ztstrf.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zttlqt.c b/runtime/starpu/codelets/codelet_zttlqt.c
index 5e2afdbfd..3d08251e8 100644
--- a/runtime/starpu/codelets/codelet_zttlqt.c
+++ b/runtime/starpu/codelets/codelet_zttlqt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zttmlq.c b/runtime/starpu/codelets/codelet_zttmlq.c
index 29ecd3b5f..df5de24df 100644
--- a/runtime/starpu/codelets/codelet_zttmlq.c
+++ b/runtime/starpu/codelets/codelet_zttmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zttmqr.c b/runtime/starpu/codelets/codelet_zttmqr.c
index dae4649bb..8e1108b5d 100644
--- a/runtime/starpu/codelets/codelet_zttmqr.c
+++ b/runtime/starpu/codelets/codelet_zttmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zttqrt.c b/runtime/starpu/codelets/codelet_zttqrt.c
index dd4806976..416e548f7 100644
--- a/runtime/starpu/codelets/codelet_zttqrt.c
+++ b/runtime/starpu/codelets/codelet_zttqrt.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c
index 98cdac42d..219dd3435 100644
--- a/runtime/starpu/codelets/codelet_zunmlq.c
+++ b/runtime/starpu/codelets/codelet_zunmlq.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c
index 9612387ec..c51465d3b 100644
--- a/runtime/starpu/codelets/codelet_zunmqr.c
+++ b/runtime/starpu/codelets/codelet_zunmqr.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c
index f543eb2ec..aff8b4817 100644
--- a/runtime/starpu/control/runtime_async.c
+++ b/runtime/starpu/control/runtime_async.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c
index 88f0d010f..896f1d7aa 100644
--- a/runtime/starpu/control/runtime_context.c
+++ b/runtime/starpu/control/runtime_context.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index 26088da9e..c12d64bee 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index a10dedf23..2e0268f51 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c
index 01778f056..58ca07c6c 100644
--- a/runtime/starpu/control/runtime_options.c
+++ b/runtime/starpu/control/runtime_options.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c
index b60cb10d2..c6ab1cb13 100644
--- a/runtime/starpu/control/runtime_profiling.c
+++ b/runtime/starpu/control/runtime_profiling.c
@@ -12,7 +12,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c
index 881fadc17..7f02fc364 100644
--- a/runtime/starpu/control/runtime_workspace.c
+++ b/runtime/starpu/control/runtime_workspace.c
@@ -13,7 +13,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 2.3.1
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @date 2011-06-01
diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c
index 5eb3abeb0..14b6bb444 100644
--- a/runtime/starpu/control/runtime_zlocality.c
+++ b/runtime/starpu/control/runtime_zlocality.c
@@ -13,7 +13,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c
index 60879f73b..c6e11b3c1 100644
--- a/runtime/starpu/control/runtime_zprofiling.c
+++ b/runtime/starpu/control/runtime_zprofiling.c
@@ -13,7 +13,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index 05579e840..79a958cd1 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h
index 74c0f76cb..6c57cbec7 100644
--- a/runtime/starpu/include/runtime_codelet_profile.h
+++ b/runtime/starpu/include/runtime_codelet_profile.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h
index dca764448..2b35acbc2 100644
--- a/runtime/starpu/include/runtime_codelet_z.h
+++ b/runtime/starpu/include/runtime_codelet_z.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h
index 8d7d9bcbf..3a692e556 100644
--- a/runtime/starpu/include/runtime_codelets.h
+++ b/runtime/starpu/include/runtime_codelets.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h
index 3a0eae5d8..5f7710773 100644
--- a/runtime/starpu/include/runtime_profiling.h
+++ b/runtime/starpu/include/runtime_profiling.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h
index cc6f6bb73..7fc2591ca 100644
--- a/runtime/starpu/include/runtime_workspace.h
+++ b/runtime/starpu/include/runtime_workspace.h
@@ -15,7 +15,7 @@
  *  Univ. of California Berkeley and Univ. of Colorado Denver,
  *  and INRIA Bordeaux Sud-Ouest
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @date 2011-06-01
  *
diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt
index 0c81d0021..97fe8bcbe 100755
--- a/simucore/CMakeLists.txt
+++ b/simucore/CMakeLists.txt
@@ -18,7 +18,6 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
 #  @date 02-10-2014
 #
 ###
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index bfa199fcf..0c66c2b00 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/testing/lin/CMakeLists.txt b/testing/lin/CMakeLists.txt
index 6c98d986a..e5f731b66 100644
--- a/testing/lin/CMakeLists.txt
+++ b/testing/lin/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
index a4091336e..bdce0fda0 100644
--- a/testing/testing_zauxiliary.c
+++ b/testing/testing_zauxiliary.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.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 cbdad1707..5d8c3162f 100644
--- a/testing/testing_zauxiliary.h
+++ b/testing/testing_zauxiliary.h
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cédric Castagnède
  * @date 2010-11-15
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index b1b5acb55..9cf86f984 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c
index 5a4c58a0b..deaf7cbb4 100644
--- a/testing/testing_zgels.c
+++ b/testing/testing_zgels.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri
diff --git a/testing/testing_zgemm.c b/testing/testing_zgemm.c
index 6eee85dbc..709383455 100644
--- a/testing/testing_zgemm.c
+++ b/testing/testing_zgemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgeqrf_qdwh.c b/testing/testing_zgeqrf_qdwh.c
index 7ae30c522..ae22cf6a6 100644
--- a/testing/testing_zgeqrf_qdwh.c
+++ b/testing/testing_zgeqrf_qdwh.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri
diff --git a/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
index aa0f73fd8..ac942fec4 100644
--- a/testing/testing_zgesv_incpiv.c
+++ b/testing/testing_zgesv_incpiv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri, Hatem Ltaief
diff --git a/testing/testing_zgesvd.c b/testing/testing_zgesvd.c
index 14a6d35c5..54f9c666e 100644
--- a/testing/testing_zgesvd.c
+++ b/testing/testing_zgesvd.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @date 2010-11-15
diff --git a/testing/testing_zheevd.c b/testing/testing_zheevd.c
index c34b141d5..08856a188 100644
--- a/testing/testing_zheevd.c
+++ b/testing/testing_zheevd.c
@@ -14,7 +14,7 @@
  *  PLASMA is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @date 2010-11-15
diff --git a/testing/testing_zhemm.c b/testing/testing_zhemm.c
index 9fe044ccc..1ca65d0e9 100644
--- a/testing/testing_zhemm.c
+++ b/testing/testing_zhemm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zher2k.c b/testing/testing_zher2k.c
index cfd3d3ef7..e6797fbad 100644
--- a/testing/testing_zher2k.c
+++ b/testing/testing_zher2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zherk.c b/testing/testing_zherk.c
index f42e66cab..92696494e 100644
--- a/testing/testing_zherk.c
+++ b/testing/testing_zherk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zlange.c b/testing/testing_zlange.c
index f44bef3d0..726874177 100644
--- a/testing/testing_zlange.c
+++ b/testing/testing_zlange.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
  *  University of Bordeaux, Bordeaux INP
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
diff --git a/testing/testing_zpemv.c b/testing/testing_zpemv.c
index 2a22d9397..7b8f86985 100644
--- a/testing/testing_zpemv.c
+++ b/testing/testing_zpemv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.4.0
+ * @version 1.0.0
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/testing/testing_zposv.c b/testing/testing_zposv.c
index 1d0700e38..b8e34127f 100644
--- a/testing/testing_zposv.c
+++ b/testing/testing_zposv.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri, Hatem Ltaief
diff --git a/testing/testing_zpotri.c b/testing/testing_zpotri.c
index 87bafba86..8de54af56 100644
--- a/testing/testing_zpotri.c
+++ b/testing/testing_zpotri.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
diff --git a/testing/testing_zsymm.c b/testing/testing_zsymm.c
index 394e8b485..51823f436 100644
--- a/testing/testing_zsymm.c
+++ b/testing/testing_zsymm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
index 79ad13700..b22a99703 100644
--- a/testing/testing_zsyr2k.c
+++ b/testing/testing_zsyr2k.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
index c30f343af..fb26e6576 100644
--- a/testing/testing_zsyrk.c
+++ b/testing/testing_zsyrk.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
index a75f24bdb..3a330bd2b 100644
--- a/testing/testing_ztrmm.c
+++ b/testing/testing_ztrmm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
index fd64aec77..a5414ceb4 100644
--- a/testing/testing_ztrsm.c
+++ b/testing/testing_ztrsm.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
diff --git a/timing/CMakeLists.txt b/timing/CMakeLists.txt
index 840631b21..7644713c9 100644
--- a/timing/CMakeLists.txt
+++ b/timing/CMakeLists.txt
@@ -18,7 +18,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/timing/flops.h b/timing/flops.h
index bf05f66b0..c0d7524e3 100644
--- a/timing/flops.h
+++ b/timing/flops.h
@@ -12,7 +12,7 @@
  *
  *  File provided by Univ. of Tennessee,
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-12-20
diff --git a/timing/time_zgelqf.c b/timing/time_zgelqf.c
index 38348b726..6fa22621d 100644
--- a/timing/time_zgelqf.c
+++ b/timing/time_zgelqf.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgelqf_tile.c b/timing/time_zgelqf_tile.c
index 16a16b131..d9c1cc420 100644
--- a/timing/time_zgelqf_tile.c
+++ b/timing/time_zgelqf_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgels.c b/timing/time_zgels.c
index 0959d4216..957edeeab 100644
--- a/timing/time_zgels.c
+++ b/timing/time_zgels.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgels_tile.c b/timing/time_zgels_tile.c
index 4682fbf1b..9e1bd69d3 100644
--- a/timing/time_zgels_tile.c
+++ b/timing/time_zgels_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgemm.c b/timing/time_zgemm.c
index 53f558330..4f16fb6e3 100644
--- a/timing/time_zgemm.c
+++ b/timing/time_zgemm.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgemm_tile.c b/timing/time_zgemm_tile.c
index b7ce9a9ed..40f1a652b 100644
--- a/timing/time_zgemm_tile.c
+++ b/timing/time_zgemm_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgeqrf.c b/timing/time_zgeqrf.c
index ce684b7ea..3cab87689 100644
--- a/timing/time_zgeqrf.c
+++ b/timing/time_zgeqrf.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgeqrf_hqr.c b/timing/time_zgeqrf_hqr.c
index 1d5664263..e795f394f 100644
--- a/timing/time_zgeqrf_hqr.c
+++ b/timing/time_zgeqrf_hqr.c
@@ -9,7 +9,6 @@
  *
  ***
  *
- *
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
diff --git a/timing/time_zgeqrf_hqr_tile.c b/timing/time_zgeqrf_hqr_tile.c
index 7c535445a..e4247b41b 100644
--- a/timing/time_zgeqrf_hqr_tile.c
+++ b/timing/time_zgeqrf_hqr_tile.c
@@ -9,7 +9,6 @@
  *
  ***
  *
- *
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
diff --git a/timing/time_zgeqrf_tile.c b/timing/time_zgeqrf_tile.c
index a9f9c32bc..a746defc6 100644
--- a/timing/time_zgeqrf_tile.c
+++ b/timing/time_zgeqrf_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgeqrs_tile.c b/timing/time_zgeqrs_tile.c
index dbb7163af..eed614f82 100644
--- a/timing/time_zgeqrs_tile.c
+++ b/timing/time_zgeqrs_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgesv_incpiv.c b/timing/time_zgesv_incpiv.c
index 3100dfeee..3c9a64805 100644
--- a/timing/time_zgesv_incpiv.c
+++ b/timing/time_zgesv_incpiv.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgesv_incpiv_tile.c b/timing/time_zgesv_incpiv_tile.c
index b984d943b..3b409f7bf 100644
--- a/timing/time_zgesv_incpiv_tile.c
+++ b/timing/time_zgesv_incpiv_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgesv_nopiv.c b/timing/time_zgesv_nopiv.c
index 49c63a4eb..38c75c1f9 100644
--- a/timing/time_zgesv_nopiv.c
+++ b/timing/time_zgesv_nopiv.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgesv_nopiv_tile.c b/timing/time_zgesv_nopiv_tile.c
index 52fddb417..3e3073b37 100644
--- a/timing/time_zgesv_nopiv_tile.c
+++ b/timing/time_zgesv_nopiv_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgesvd_tile.c b/timing/time_zgesvd_tile.c
index 56006f7b2..27e767aec 100644
--- a/timing/time_zgesvd_tile.c
+++ b/timing/time_zgesvd_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgetrf_incpiv.c b/timing/time_zgetrf_incpiv.c
index 6d05eb9ac..177aade93 100644
--- a/timing/time_zgetrf_incpiv.c
+++ b/timing/time_zgetrf_incpiv.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgetrf_incpiv_tile.c b/timing/time_zgetrf_incpiv_tile.c
index b8d4d56a7..db5b020c9 100644
--- a/timing/time_zgetrf_incpiv_tile.c
+++ b/timing/time_zgetrf_incpiv_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgetrf_nopiv.c b/timing/time_zgetrf_nopiv.c
index 62d392e2e..fdd5b7ef9 100644
--- a/timing/time_zgetrf_nopiv.c
+++ b/timing/time_zgetrf_nopiv.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgetrf_nopiv_tile.c b/timing/time_zgetrf_nopiv_tile.c
index d79bfd543..7eab30768 100644
--- a/timing/time_zgetrf_nopiv_tile.c
+++ b/timing/time_zgetrf_nopiv_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgetri_tile.c b/timing/time_zgetri_tile.c
index 97433cbf1..f1dc36375 100644
--- a/timing/time_zgetri_tile.c
+++ b/timing/time_zgetri_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgetrs_incpiv_tile.c b/timing/time_zgetrs_incpiv_tile.c
index fc23a3b7d..bd7933048 100644
--- a/timing/time_zgetrs_incpiv_tile.c
+++ b/timing/time_zgetrs_incpiv_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zgetrs_nopiv_tile.c b/timing/time_zgetrs_nopiv_tile.c
index 760a7a72d..c91f02d14 100644
--- a/timing/time_zgetrs_nopiv_tile.c
+++ b/timing/time_zgetrs_nopiv_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zheevd_tile.c b/timing/time_zheevd_tile.c
index 8799f287c..4768be7a8 100644
--- a/timing/time_zheevd_tile.c
+++ b/timing/time_zheevd_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zlange.c b/timing/time_zlange.c
index 3b219a52f..ad11703b8 100644
--- a/timing/time_zlange.c
+++ b/timing/time_zlange.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zlange_tile.c b/timing/time_zlange_tile.c
index 09b1b4441..38bdb7e1e 100644
--- a/timing/time_zlange_tile.c
+++ b/timing/time_zlange_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zposv.c b/timing/time_zposv.c
index df0de0401..b91589899 100644
--- a/timing/time_zposv.c
+++ b/timing/time_zposv.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zposv_tile.c b/timing/time_zposv_tile.c
index 2440ae767..d851edcae 100644
--- a/timing/time_zposv_tile.c
+++ b/timing/time_zposv_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zpotrf.c b/timing/time_zpotrf.c
index 8993ca65b..71778ef23 100644
--- a/timing/time_zpotrf.c
+++ b/timing/time_zpotrf.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zpotrf_tile.c b/timing/time_zpotrf_tile.c
index e989b7226..0c7a091b5 100644
--- a/timing/time_zpotrf_tile.c
+++ b/timing/time_zpotrf_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zpotri_tile.c b/timing/time_zpotri_tile.c
index f7ca26e40..5d3e6756b 100644
--- a/timing/time_zpotri_tile.c
+++ b/timing/time_zpotri_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zpotrs_tile.c b/timing/time_zpotrs_tile.c
index f0156fda0..fb9d58dc9 100644
--- a/timing/time_zpotrs_tile.c
+++ b/timing/time_zpotrs_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/time_zsytrf_tile.c b/timing/time_zsytrf_tile.c
index 8d27301c0..99671ea33 100644
--- a/timing/time_zsytrf_tile.c
+++ b/timing/time_zsytrf_tile.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c
  *
  **/
diff --git a/timing/time_ztrsm.c b/timing/time_ztrsm.c
index c0937961c..48b077204 100644
--- a/timing/time_ztrsm.c
+++ b/timing/time_ztrsm.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/timing.c b/timing/timing.c
index d9ecdbed3..4c6a265eb 100644
--- a/timing/timing.c
+++ b/timing/timing.c
@@ -14,7 +14,7 @@
  *  MORSE is a software package provided by Univ. of Tennessee,
  *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @author Dulceneia Becker
diff --git a/timing/timing.h b/timing/timing.h
index fdf953cca..aa2eda72c 100644
--- a/timing/timing.h
+++ b/timing/timing.h
@@ -7,6 +7,8 @@
  * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ * @version 1.0.0
+ *
  **/
 #ifndef TIMING_H
 #define TIMING_H
diff --git a/timing/timing_zauxiliary.c b/timing/timing_zauxiliary.c
index f37c915b6..b505b9359 100644
--- a/timing/timing_zauxiliary.c
+++ b/timing/timing_zauxiliary.c
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
diff --git a/timing/timing_zauxiliary.h b/timing/timing_zauxiliary.h
index ebb13f131..a49c84ab0 100644
--- a/timing/timing_zauxiliary.h
+++ b/timing/timing_zauxiliary.h
@@ -9,6 +9,7 @@
  *
  ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
  **/
-- 
GitLab