comparison src/defs.h @ 5543:cf699f8d6df7 draft dhcpcd-9.3.3

Release dhcpcd-9.3.3
author Roy Marples <roy@marples.name>
date Fri, 20 Nov 2020 13:06:16 +0000
parents 4492d1d88fdd
children bc186be9f1a2
comparison
equal deleted inserted replaced
5542:5b709860f86c 5543:cf699f8d6df7
27 27
28 #ifndef CONFIG_H 28 #ifndef CONFIG_H
29 #define CONFIG_H 29 #define CONFIG_H
30 30
31 #define PACKAGE "dhcpcd" 31 #define PACKAGE "dhcpcd"
32 #define VERSION "9.3.2" 32 #define VERSION "9.3.3"
33 33
34 #ifndef PRIVSEP_USER 34 #ifndef PRIVSEP_USER
35 # define PRIVSEP_USER "_" PACKAGE 35 # define PRIVSEP_USER "_" PACKAGE
36 #endif 36 #endif
37 37