mirror of
https://github.com/openwrt/packages.git
synced 2025-12-28 10:00:06 +04:00
Signed-off-by: Stan Grishin <stangri@melmac.ca> (cherry picked from commit dae56fd2a5d4ac579dff5d151cefe45b8d873bd6)
12 lines
316 B
Diff
12 lines
316 B
Diff
--- a/src/options.c
|
|
+++ b/src/options.c
|
|
@@ -24,7 +24,7 @@ const char * options_sw_version(void) {
|
|
#ifdef SW_VERSION
|
|
return SW_VERSION;
|
|
#else
|
|
- return "2023.10.10-atLeast"; // update date sometimes, like 1-2 times a year
|
|
+ return "2023.11.19-r1"; // update date sometimes, like 1-2 times a year
|
|
#endif
|
|
}
|
|
|