Skip to content

Commit

Permalink
Updating for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heckendorfc committed Jul 24, 2015
1 parent b23209e commit acfa7b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions argparse.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2014 Christian Heckendorf <[email protected]>
* Copyright (C) 2009-2015 Christian Heckendorf <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -79,7 +79,7 @@ struct option longopts[]={
static unsigned int argSearch(int argc, char *argv[]);

static void printVersion(){
printf("HARP %s Copyright (C) 2009-2014 Christian Heckendorf\n",PACKAGE_VERSION);
printf("HARP %s Copyright (C) 2009-2015 Christian Heckendorf\n",PACKAGE_VERSION);
cleanExit();
exit(1);
}
Expand Down
2 changes: 1 addition & 1 deletion share/harp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH HARP 1 "September 2014" "HARP 0.6.0" "User Commands"
.TH HARP 1 "July 2015" "HARP 0.6.0" "User Commands"
.SH NAME
harp \- play and manage music
.SH SYNOPSIS
Expand Down

0 comments on commit acfa7b0

Please sign in to comment.