Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 251b7cf

Browse files
committed
Release v52
- Enable Github Actions for CI test execution. - Allow runtime configuration of debuginfo URLs by setting the CLR_DEBUGINFO_URLS environment variable for the clr_debug_daemon service. - Make the daemon socket path and cache directory configurable at build time via the `--with-socket-path` and `--with-cache-dir` options, respectively. The default values for those two settings are unchanged. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
1 parent 97d255f commit 251b7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.66])
5-
AC_INIT(clr-debug-info, 51, arjan@linux.intel.com)
5+
AC_INIT(clr-debug-info, 52, arjan@linux.intel.com)
66
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
77
AM_SILENT_RULES([yes])
88
AC_PROG_CC

0 commit comments

Comments
 (0)