summaryrefslogtreecommitdiff
path: root/config.hw.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-17 16:05:27 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-17 16:05:27 +0000
commit4d32572a96c6c022c52fa5008ebc368f7b0a094d (patch)
tree5b1858773a6fe8d6c7db9cdcb58fd6e8f872f0dd /config.hw.in
parent80fa074fe55947dd33790ee2313cdd13ae48941b (diff)
downloadneon-4d32572a96c6c022c52fa5008ebc368f7b0a094d.tar.gz
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
Diffstat (limited to 'config.hw.in')
-rw-r--r--config.hw.in10
1 files changed, 5 insertions, 5 deletions
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 <pedib@colorfullife.com>
- Copyright (C) 2002, 2004, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2002-2005, Joe Orton <joe@manyfish.co.uk>
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