mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
11 lines
311 B
Diff
11 lines
311 B
Diff
--- a/src/options.c
|
|
+++ b/src/options.c
|
|
@@ -22,7 +22,7 @@ const char * options_sw_version() {
|
|
#ifdef SW_VERSION
|
|
return SW_VERSION;
|
|
#else
|
|
- return "2023.01.01-atLeast"; // update date sometimes, like 1-2 times a year
|
|
+ return "2023-05-25-1"; // update date sometimes, like 1-2 times a year
|
|
#endif
|
|
}
|
|
|