aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c650a64fe0..dfbbab1a0c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,10 +36,10 @@ endif(COMMAND cmake_policy)
# set(PROJECT_VERSION "1.3.4-rc5")
# set(PROJECT_VERSION "1.3.4rc5")
# set(PROJECT_VERSION "1.3.4")
-# If not set, copy over Wireshark version from configure.in AC_INIT
+# If not set, copy over Wireshark version from configure.ac AC_INIT
if(NOT PROJECT_VERSION)
file(STRINGS
- ${CMAKE_SOURCE_DIR}/configure.in
+ ${CMAKE_SOURCE_DIR}/configure.ac
VERSIONLINE
REGEX "\\(wireshark, .*\\)"
)