Skip to content

Commit 315406f

Browse files
committed
Release v0.1
1 parent 175f944 commit 315406f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
configure.mk
22
*.o
3+
release/
34
sort
5+
sort-*/
46
sort_debug

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PROG = sort
1515
PROG_DEBUG = sort_debug
1616

17-
VERSION = 0.1-git
17+
VERSION = 0.1
1818

1919
SRCS = sort.c
2020

sort.index

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
configure
2+
.gitignore
3+
Makefile
4+
README.md
5+
sort.c
6+
sort.index

0 commit comments

Comments
 (0)