Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jun 15, 2015
1 parent bad6a81 commit 4b498fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion filterline.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <limits.h>
#include <string.h>

static const char *PROGRAM_VERSION = "0.1.0";
static const char *PROGRAM_VERSION = "0.1.1";
// TODO(miku): allow this to set via env
static const int MAX_LINE_LENGTH = LINE_MAX * 16;

Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/filterline/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: filterline
Version: 0.1.0
Version: 0.1.1
Section: utils
Priority: optional
Architecture: amd64
Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/filterline.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Filter file by line number.
Name: filterline
Version: 0.1.0
Version: 0.1.1
Release: 0
License: MIT
BuildArch: x86_64
Expand Down Expand Up @@ -47,5 +47,8 @@ rm -rf %{_topdir}/BUILD/%{name}


%changelog
* Mon Jun 15 2015 Martin Czygan
- 0.1.1, allow 16 * LINE_MAX lines

* Mon Jun 15 2015 Martin Czygan
- initial release

0 comments on commit 4b498fb

Please sign in to comment.