view liboctave/liboctave-build-info.in.cc @ 30240:a0bcfaf04cc1

gui: Add Hungarian translation (bug #61335). * libgui/languages/hu_HU.ts: Add Hungarian translation. * libgui/module.mk: Add new translation file to build system. * libgui/languages/translators, doc/interpreter/contributors.in: Add Óvári to lists of translators and contributors. * NEWS: Announce new translation.
author Óvári <ovari123@zoho.com>
date Wed, 13 Oct 2021 17:59:06 +0200
parents 0a5b15007766
children 796f54d4ddbf
line wrap: on
line source

// %NO_EDIT_WARNING%

////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2016-2021 The Octave Project Developers
//
// See the file COPYRIGHT.md in the top-level directory of this
// distribution or <https://octave.org/copyright/>.
//
// This file is part of Octave.
//
// Octave is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Octave is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Octave; see the file COPYING.  If not, see
// <https://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////

#if defined (HAVE_CONFIG_H)
#  include "config.h"
#endif

#include "liboctave-build-info.h"

std::string
liboctave_hg_id (void)
{
  return "%OCTAVE_HG_ID%";
}