mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-08 22:11:58 +02:00
13 lines
285 B
Diff
13 lines
285 B
Diff
diff --git a/version.h b/version.h
|
|
index 16661b5..44c5ec7 100644
|
|
--- a/version.h
|
|
+++ b/version.h
|
|
@@ -1,6 +1,6 @@
|
|
/* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */
|
|
#ifndef W_SCAN_VERSION_H
|
|
#define W_SCAN_VERSION_H
|
|
-uint version=20161022;
|
|
+unsigned int version=20161022;
|
|
#endif
|
|
|