summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-04-19 16:07:45 -0700
committerRoland McGrath <roland@redhat.com>2009-04-19 16:07:45 -0700
commit105e3984c2dc5f8f60875dc80e9e06480e186900 (patch)
tree006234c6b089ca81d4c2808bc77f546f57d4de7f /config
parent6efdf25763bce261ca3f99e235bfbef87bf6eb98 (diff)
downloadelfutils-105e3984c2dc5f8f60875dc80e9e06480e186900.tar.gz
Fiddle version.h magic back, so all the computation is in configure.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/version.h.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 327e5c1c..798a2f93 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-19 Roland McGrath <roland@redhat.com>
+
+ * version.h.in: Revert last change.
+
2009-04-17 Roland McGrath <roland@redhat.com>
* version.h.in (_ELFUTILS_PREREQ): Multiple major by 1000000 and minor
diff --git a/config/version.h.in b/config/version.h.in
index f678c696..82c846e9 100644
--- a/config/version.h.in
+++ b/config/version.h.in
@@ -1,5 +1,5 @@
/* Version information about elfutils development libraries.
- Copyright (C) 2008-2009 Red Hat, Inc.
+ Copyright (C) 2008 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -53,6 +53,6 @@
#define _ELFUTILS_VERSION @eu_version@
#define _ELFUTILS_PREREQ(major, minor) \
- ((_ELFUTILS_VERSION + 999) / 1000 >= ((major) * 1000 + (minor)))
+ (_ELFUTILS_VERSION >= ((major) * 1000 + (minor)))
#endif /* elfutils/version.h */