Files
ropkg/libropkg/version.h
T

18 lines
356 B
C
Raw Normal View History

2025-07-21 22:45:31 +01:00
#ifndef _VERSION_H_
#define _VERSION_H_
#include <ropkg/version.h>
struct ropkg_version {
2026-06-22 17:45:54 +01:00
enum ropkg_version_unref_phase v_unref_phase;
2025-07-21 22:45:31 +01:00
unsigned int v_upstream_version[ROPKG_VERSION_UPSTREAM_DIGIT_MAX];
2026-06-22 17:45:54 +01:00
enum ropkg_version_unref_phase v_version_unref_phase;
unsigned int v_version_unref_phase_revision;
2025-07-21 22:45:31 +01:00
unsigned int v_package_revision;
};
#endif