diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-24 23:10:41 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-24 23:10:41 -0700 |
commit | 09661fdbfc1631462bb5c9064349f74097369b4a (patch) | |
tree | 152c4b1e0180897bb0bdb82a9248e51d9774bc77 | |
parent | 8572aa85a7f1e9377f44b816788ced4306cf427b (diff) | |
download | git-09661fdbfc1631462bb5c9064349f74097369b4a.tar.gz |
Prepare 0.99.6 branch.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -32,7 +32,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.5 +GIT_VERSION = 0.99.6 CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(DEFINES) diff --git a/debian/changelog b/debian/changelog index da7526e2cb..0c87797e83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-core (0.99.6-0) unstable; urgency=low + + * GIT 0.99.6 + + -- Junio C Hamano <junkio@cox.net> Wed, 24 Aug 2005 23:09:35 -0700 + git-core (0.99.5-0) unstable; urgency=low * GIT 0.99.5 |