From fcc871737a633502444e0d84467a7eeb3dbc28b7 Mon Sep 17 00:00:00 2001
From: Yorhel <git@yorhel.nl>
Date: Thu, 3 Nov 2011 13:06:20 +0100
Subject: [PATCH] Version bump + ChangeLog update for 1.8

I'm now following the same idea from ncdc of using $VERSION+g in the git
repositories.
---
 ChangeLog    | 5 +++++
 README       | 2 +-
 configure.in | 2 +-
 doc/ncdu.1   | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 52f812a..79b3f47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1.8 - 2011-11-03
+	- Use hash table to speed up hard link detection
+	- Added read-only option (-r)
+	- Use KiB instead of kiB (#3399279)
+
 1.7 - 2010-08-13
 	- List the detected hard links in file info window
 	- Count the size of a hard linked file once for each directory it appears in
diff --git a/README b/README
index 7a57ec5..30583b2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdu git
+ncdu 1.8g
 ========
 
 DESCRIPTION
diff --git a/configure.in b/configure.in
index c4ee13e..72377de 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 
-AC_INIT(ncdu, git, projects@yorhel.nl)
+AC_INIT(ncdu, 1.8g, projects@yorhel.nl)
 AC_CONFIG_SRCDIR([src/global.h])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE
diff --git a/doc/ncdu.1 b/doc/ncdu.1
index 0560dbd..2ddf8e4 100644
--- a/doc/ncdu.1
+++ b/doc/ncdu.1
@@ -1,4 +1,4 @@
-.TH ncdu 1 "Aug 13, 2010" "ncdu-git" "ncdu manual"
+.TH ncdu 1 "Nov 3, 2011" "ncdu-1.8g" "ncdu manual"
 
 .SH NAME
 \fBncdu \fP- NCurses Disk Usage
-- 
GitLab