Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update copyright notices
  • Loading branch information
ABunchOfWhales committed Jan 29, 2015
1 parent 21cfc91 commit 794ec66
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cfg.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of prodatum.
Copyright 2011-2014 Jan Eidtmann
Copyright 2011-2015 Jan Eidtmann
prodatum 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
2 changes: 1 addition & 1 deletion data.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of prodatum.
Copyright 2011-2014 Jan Eidtmann
Copyright 2011-2015 Jan Eidtmann
prodatum 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
2 changes: 1 addition & 1 deletion midi.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of prodatum.
Copyright 2011-2014 Jan Eidtmann
Copyright 2011-2015 Jan Eidtmann
prodatum 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
6 changes: 3 additions & 3 deletions prodatum.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
prodatum: E-MU Proteus family remote and preset editor
Copyright 2011-2014 Jan Eidtmann
Copyright 2011-2015 Jan Eidtmann
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 @@ -34,7 +34,7 @@

static void load_data();

const char* VERSION = "v2.0.0";
const char* VERSION = "v2.0.1";
PD_UI* ui = 0;
MIDI* midi = 0;
PXK* pxk = 0;
Expand Down Expand Up @@ -75,7 +75,7 @@ int main(int argc, char *argv[])
int i = 1;
if (!Fl::args(argc, argv, i, options))
{
printf("prodatum %s Copyright (C) 2014 Jan Eidtmann\n"
printf("prodatum %s Copyright (C) 2015 Jan Eidtmann\n"
"Options:\n"
" -d id \tdevice to open (default: previous)\n"
" -a \tdisable autoconnect\n"
Expand Down
2 changes: 1 addition & 1 deletion prodatum.fl
Original file line number Diff line number Diff line change
Expand Up @@ -4497,7 +4497,7 @@ about_i->show();}
code0 {o->image(i_tac);}
}
Fl_Box {} {
label {Copyright � 2008-2014 Jan Eidtmann
label {Copyright � 2008-2015 Jan Eidtmann
http://prodatum.sf.net

Please support free software and
Expand Down
2 changes: 1 addition & 1 deletion pxk.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of prodatum.
Copyright 2011-2014 Jan Eidtmann
Copyright 2011-2015 Jan Eidtmann
prodatum 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
2 changes: 1 addition & 1 deletion widgets.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of prodatum.
Copyright 2011-2014 Jan Eidtmann
Copyright 2011-2015 Jan Eidtmann
prodatum 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

0 comments on commit 794ec66

Please sign in to comment.