Module: kamailio Branch: master Commit: b3835ab135e7aa36f4555b54e9a785068923b504 URL: https://github.com/kamailio/kamailio/commit/b3835ab135e7aa36f4555b54e9a785068923b504
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-28T10:19:53+01:00 kamcmd: updated version in makefiles --- Modified: utils/kamcmd/CMakeLists.txt Modified: utils/kamcmd/Makefile --- Diff: https://github.com/kamailio/kamailio/commit/b3835ab135e7aa36f4555b54e9a785068923b504.diff Patch: https://github.com/kamailio/kamailio/commit/b3835ab135e7aa36f4555b54e9a785068923b504.patch --- diff --git a/utils/kamcmd/CMakeLists.txt b/utils/kamcmd/CMakeLists.txt index d6efb555de0..27793e268f8 100644 --- a/utils/kamcmd/CMakeLists.txt +++ b/utils/kamcmd/CMakeLists.txt @@ -1,4 +1,4 @@ -set(KAMCMD_RELEASE 1.5) +set(KAMCMD_RELEASE 1.6) set(KAMCMD_UTIL_SRC_NAME "kamcmd") set(KAMCMD_CUSTOM_NAME diff --git a/utils/kamcmd/Makefile b/utils/kamcmd/Makefile index c8298a8662c..7efc80ba79d 100644 --- a/utils/kamcmd/Makefile +++ b/utils/kamcmd/Makefile @@ -6,7 +6,7 @@ include $(COREPATH)/Makefile.defs include $(COREPATH)/Makefile.targets auto_gen= -RELEASE=1.5 +RELEASE=1.6 UTIL_SRC_NAME=kamcmd # Pass CUSTOM_NAME to overwrite the kamcmd/sercmd bin name ifeq ($(CUSTOM_NAME),) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
