view .dir-locals.el @ 29360:55008004bb9a stable rc-6-1-90

bump versions for 6.1.90 release candidate * configure.ac (AC_INIT): Set version to 6.1.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_COPYRIGHT): Update to 2021. (OCTAVE_RELEASE_DATE): Update to 2021-02-10. * liboctave/module.mk, libgui/module.mk, libinterp/module.mk: Bump version number for library revision.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2021 11:31:03 -0500
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))