summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48a6b1e..2da382b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ OTHER_FILES = Makefile NEWS
FILES = $(foreach file,$(RPM_MACRO_FILES),macros.$(file)) $(RPM_BIN_FILES) $(BINARIES) $(INCLUDES) $(OTHER_FILES)
PACKAGE = multiarch-utils
-VERSION = 1.0.9
+VERSION = 1.0.10
MULTIARCH_DIST = 1020
all:
diff --git a/NEWS b/NEWS
index f01e450..12f287f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.0.10 - 24 January 2010, by Anssi Hannula
+
- remove dispatch file for host.def, it is no longer used
- fix broken sparc64 check (from Per Øyvind Karlsen, #27277)
- fix broken check for rpm/macros.d directory (from Per Øyvind Karlsen)