Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jun 15, 2015
1 parent c96a653 commit ebc5aa4
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 <stdlib.h>
#include <string.h>

static const char *PROGRAM_VERSION = "0.1.1";
static const char *PROGRAM_VERSION = "0.1.2";

int main (int argc, char *argv[]) {

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.1
Version: 0.1.2
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.1
Version: 0.1.2
Release: 0
License: MIT
BuildArch: x86_64
Expand Down Expand Up @@ -47,6 +47,9 @@ rm -rf %{_topdir}/BUILD/%{name}


%changelog
* Mon Jun 15 2015 Martin Czygan
- 0.1.2, variable line length

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

Expand Down

0 comments on commit ebc5aa4

Please sign in to comment.