view .editorconfig @ 29733:fc282fdd1a42 stable

bump version for 6.2.90 release candidate * configure.ac (AC_INIT): Set version to 6.2.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2021-06-05. (OCTAVE_API_VERSION): Set to api-v56. * liboctave/module.mk, libgui/module.mk, libinterp/module.mk: Bump version numbers for library revision.
author John W. Eaton <jwe@octave.org>
date Sat, 05 Jun 2021 20:35:58 -0400
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab