summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-10 22:05:59 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-10 22:05:59 -0700
commit38b1afd812e0ce048046055ba38821c64c5845e8 (patch)
tree1916892a8b96b0cecb23d4613cf250fa5d270958
parentbf570303153902ec3d85570ed24515bcf8948848 (diff)
downloadgit-38b1afd812e0ce048046055ba38821c64c5845e8.tar.gz
Start preparing for 0.99.5
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0ea88fbae..f8d74e08a8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION=0.99.4
+GIT_VERSION=0.99.5
COPTS?=-g -O2
CFLAGS+=$(COPTS) -Wall $(DEFINES)
diff --git a/debian/changelog b/debian/changelog
index dbc61209d8..dd86f82d8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-core (0.99.5-0) unstable; urgency=low
+
+ * GIT 0.99.5
+
+ -- Junio C Hamano <junkio@cox.net> Wed, 10 Aug 2005 22:05:00 -0700
+
git-core (0.99.4-2) unstable; urgency=low
* Git 0.99.4 official release.