Files
ropkg/libropkg/version.h
T
2026-06-22 17:45:54 +01:00

18 lines
356 B
C

#ifndef _VERSION_H_
#define _VERSION_H_
#include <ropkg/version.h>
struct ropkg_version {
enum ropkg_version_unref_phase v_unref_phase;
unsigned int v_upstream_version[ROPKG_VERSION_UPSTREAM_DIGIT_MAX];
enum ropkg_version_unref_phase v_version_unref_phase;
unsigned int v_version_unref_phase_revision;
unsigned int v_package_revision;
};
#endif