openwisp-monitoring: align PKG_SOURCE_VERSION with PKG_VERSION openwrt-23.05
authorGagan Deep <pandafy.dev@gmail.com>
Thu, 21 Nov 2024 19:33:59 +0000 (01:03 +0530)
committerTianling Shen <cnsztl@gmail.com>
Fri, 22 Nov 2024 14:08:19 +0000 (22:08 +0800)
commit714aeeb611e47d4364598578cd24ab20b95a0f7e
tree95325e2a195fbe6f5318fa99327927f1ce430f90
parent7ee4fe7705f8b44ccfd2ec9470e91c8d900a65ab
openwisp-monitoring: align PKG_SOURCE_VERSION with PKG_VERSION

Previously, `PKG_SOURCE_VERSION` in the Makefile was incorrectly
set to `0.1.1` instead of tracking `PKG_VERSION`. This mismatch
caused compilation issues for the package.

This fix ensures `PKG_SOURCE_VERSION` dynamically aligns with
`PKG_VERSION` to prevent future discrepancies.

Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
admin/openwisp-monitoring/Makefile