view .dir-locals.el @ 30904:04120d65778a stable release-7-1-0

Version 7.1.0 released * configure.ac (AC_INIT): Update version info for release. (OCTAVE_MINOR_VERSION): Set to 1. (OCTAVE_PATCH_VERSION): Set to 0. (OCTAVE_RELEASE_DATE): Set to 2022-04-06. * org.octave.Octave.appdata.xml: Add 7.1.0 to the list of version numbers and release dates. * etc/NEWS.7.md: Update release date.
author John W. Eaton <jwe@octave.org>
date Wed, 06 Apr 2022 10:05:12 -0400
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))))