mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-03 07:08:53 +00:00

This prevents super-hard-to-debug crashes like we saw in #3197 where the user was mixing PPAs and official versions.
12 lines
182 B
C
12 lines
182 B
C
/*
|
|
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <glib.h>
|
|
|
|
const gchar *fu_version_string (void);
|