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:
Dan Williams 2006-02-13 02:05:31 +00:00
parent ecc005aa03
commit 41d4988935
3 changed files with 9 additions and 2 deletions

View file

@ -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>

View file

@ -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);

View file

@ -1,4 +1,4 @@
/* $Id$ */
#define VERSION "2.4.3"
#define PPPD_VERSION "2.4.3"
#define DATE "13 November 2004"