Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rudojaksa committed Jun 29, 2024
1 parent d776cda commit 684901e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE := pcpp
VERSION := 0.5
VERSION := 0.8
AUTHOR := R.Jaksa 2008,2024 GPLv3
SUBVERSION :=

Expand Down Expand Up @@ -46,10 +46,10 @@ install: $(BIN)
endif

clean:
rm -rf $(DEP)
rm -f $(DEP)

mrproper: clean
rm -f doc $(BIN)
rm -rf doc $(BIN)

-include $(DEP)
-include ~/.github/Makefile.git
2 changes: 1 addition & 1 deletion doc/pcpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ Simple Perl/Python/C/C++ preprocessor for in-comment directives.
pcpp -d pcpp pcpp.pl > .pcpp.d

### VERSION
pcpp-0.5 R.Jaksa 2008,2024 GPLv3
pcpp-0.8 R.Jaksa 2008,2024 GPLv3

2 changes: 1 addition & 1 deletion doc/uninclude.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ but they are flattened to a single level direct includes.
-ni Don't return back #include statements.

### VERSION
pcpp-0.5 R.Jaksa 2008,2024 GPLv3
pcpp-0.8 R.Jaksa 2008,2024 GPLv3

4 changes: 2 additions & 2 deletions pcpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# pcpp generated from pcpp-0.5/pcpp.pl 2024-06-30
# pcpp generated from pcpp-0.8/pcpp.pl 2024-06-30

$SIGN = "pcpp-0.5 R.Jaksa 2008,2024 GPLv3";
$SIGN = "pcpp-0.8 R.Jaksa 2008,2024 GPLv3";

$HELP=<<EOF;
Expand Down
4 changes: 2 additions & 2 deletions uninclude
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# uninclude generated from pcpp-0.5/uninclude.pl 2024-06-30
# uninclude generated from pcpp-0.8/uninclude.pl 2024-06-30

$SIGN = "pcpp-0.5 R.Jaksa 2008,2024 GPLv3";
$SIGN = "pcpp-0.8 R.Jaksa 2008,2024 GPLv3";

$HELP=<<EOF;
Expand Down
4 changes: 2 additions & 2 deletions usr/bin/pcpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# pcpp generated from pcpp-0.5/pcpp.pl 2024-06-29
# pcpp generated from pcpp-0.8/pcpp.pl 2024-06-30

$SIGN = "pcpp-0.5 R.Jaksa 2008,2024 GPLv3";
$SIGN = "pcpp-0.8 R.Jaksa 2008,2024 GPLv3";

$HELP=<<EOF;
Expand Down

0 comments on commit 684901e

Please sign in to comment.