Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipnitsk committed Feb 24, 2016
1 parent 323c624 commit 31665b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ EXTRAVERSION?=
# #
##################################################

VERSION_MAJOR=0
VERSION_MINOR=9
VERSION_MAJOR=1
VERSION_MINOR=0
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR)
LIBPOPULATEFS=libpopulatefs
LIBPOPULATEFS_DEPENDS=src/debugfs.o src/util.o src/linklist.o src/mod_file.o src/mod_path.o src/log.o
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
populatefs 0.9
populatefs 1.0
==========

Is a tool that I made to nearly drop-in replace genext2fs.
Expand Down

0 comments on commit 31665b0

Please sign in to comment.