Skip to content

Commit

Permalink
Added CMakeLists.txt to bump-version.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejohnson committed Feb 7, 2014
1 parent 21b41f1 commit 7aa69dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/bump-version.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

my @files = (
"../version",
"../configure.ac"
"../configure.ac",
"../CMakeLists.txt"
);


Expand Down

0 comments on commit 7aa69dd

Please sign in to comment.