mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 16:20:14 +01:00
2006-02-12 Dan Williams <dcbw@redhat.com>
* vpn-daemons/pptp/src/pppd/patchlevel.h * vpn-daemons/pptp/src/nm-pptp-service-pppd-plugin.c - Rename VERSION -> PPPD_VERSION to avoid conflict with the Makefile-defined VERSION git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1464 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
ecc005aa03
commit
41d4988935
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-02-12 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* vpn-daemons/pptp/src/pppd/patchlevel.h
|
||||
* vpn-daemons/pptp/src/nm-pptp-service-pppd-plugin.c
|
||||
- Rename VERSION -> PPPD_VERSION to avoid conflict with the
|
||||
Makefile-defined VERSION
|
||||
|
||||
2006-02-09 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from: Vinay A R <rvinay@novell.com>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "nm-pptp-service.h"
|
||||
#include "nm-utils.h"
|
||||
|
||||
char pppd_version[] = VERSION;
|
||||
char pppd_version[] = PPPD_VERSION;
|
||||
|
||||
static void pptp_ip_up(void *opaque, int arg);
|
||||
static void pptp_ip_down(void *opaque, int arg);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$ */
|
||||
|
||||
#define VERSION "2.4.3"
|
||||
#define PPPD_VERSION "2.4.3"
|
||||
#define DATE "13 November 2004"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue