Added CMakeLists.txt to bump-version.pl

This commit is contained in:
Kyle Johnson 2014-02-06 22:39:12 -05:00
parent 21b41f198a
commit 7aa69dd5f3
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ use Getopt::Long;
my @files = ( my @files = (
"../version", "../version",
"../configure.ac" "../configure.ac",
"../CMakeLists.txt"
); );