Initial upload of HyprArch releng configuration
This commit is contained in:
17
airootfs/usr/include/libcalamares/CalamaresVersion.h
Normal file
17
airootfs/usr/include/libcalamares/CalamaresVersion.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// SPDX-FileCopyrightText: no
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
#ifndef CALAMARES_VERSION_H
|
||||
#define CALAMARES_VERSION_H
|
||||
|
||||
#define CALAMARES_ORGANIZATION_NAME "Calamares"
|
||||
#define CALAMARES_ORGANIZATION_DOMAIN "calamares.io"
|
||||
#define CALAMARES_APPLICATION_NAME "Calamares"
|
||||
#define CALAMARES_VERSION "3.4.0"
|
||||
#define CALAMARES_VERSION_SHORT "3.4.0"
|
||||
|
||||
#define CALAMARES_VERSION_MAJOR "3"
|
||||
#define CALAMARES_VERSION_MINOR "4"
|
||||
/* #undef CALAMARES_VERSION_PATCH */
|
||||
/* #undef CALAMARES_VERSION_RC */
|
||||
|
||||
#endif // CALAMARES_VERSION_H
|
||||
Reference in New Issue
Block a user