From 4d32572a96c6c022c52fa5008ebc368f7b0a094d Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 17 Apr 2005 16:05:27 +0000 Subject: Merge r576 from 0.25.x branch: * config.hw.in: Define the correct version macros. * .release.sh: Substitute release correctly. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@577 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- config.hw.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.hw.in') diff --git a/config.hw.in b/config.hw.in index 7813889..c0f2850 100644 --- a/config.hw.in +++ b/config.hw.in @@ -1,7 +1,7 @@ -/* +/* -*- c -*- Win32 config.h Copyright (C) 1999-2000, Peter Boos - Copyright (C) 2002, 2004, Joe Orton + Copyright (C) 2002-2005, Joe Orton This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -25,9 +25,9 @@ #ifdef WIN32 -#define NEON_VERSION "@VERSION@" -#define NEON_VERSION_MAJOR (@MAJOR@) -#define NEON_VERSION_MINOR (@MINOR@) +#define NE_VERSION "@VERSION@" +#define NE_VERSION_MAJOR (@MAJOR@) +#define NE_VERSION_MINOR (@MINOR@) #define HAVE_ERRNO_H #define HAVE_LIMITS_H -- cgit v1.2.1