mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
5 lines
153 B
C
5 lines
153 B
C
|
#include "wpe/wpe.h"
|
||
|
#include <stdio.h>
|
||
|
int main() {
|
||
|
printf("%u.%u.%u", wpe_get_major_version(), wpe_get_minor_version(), wpe_get_micro_version());
|
||
|
}
|