Added CMakeLists.txt to bump-version.pl
This commit is contained in:
parent
21b41f198a
commit
7aa69dd5f3
|
@ -9,7 +9,8 @@ use Getopt::Long;
|
||||||
|
|
||||||
my @files = (
|
my @files = (
|
||||||
"../version",
|
"../version",
|
||||||
"../configure.ac"
|
"../configure.ac",
|
||||||
|
"../CMakeLists.txt"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue