Skip to content

Commit 91dd674

Browse files
author
Junio C Hamano
committed
GIT 0.99.8
GIT already did everything I wanted it to do since mid 0.99.7, and it has almost everything I want it to have now, except a couple of minor tweaks and enhancements. Signed-off-by: Junio C Hamano <[email protected]>
1 parent a2775c2 commit 91dd674

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
# DEFINES += -DUSE_STDEV
5050

51-
GIT_VERSION = 0.99.7.GIT
51+
GIT_VERSION = 0.99.8
5252

5353
CFLAGS = -g -O2 -Wall
5454
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
git-core (0.99.8-0) unstable; urgency=low
2+
3+
* GIT 0.99.8
4+
5+
-- Junio C Hamano <[email protected]> Sun, 2 Oct 2005 12:54:26 -0700
6+
17
git-core (0.99.7-0) unstable; urgency=low
28

39
* GIT 0.99.7

0 commit comments

Comments
 (0)