aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-07-03 14:26:30 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-07-09 18:27:41 +0000
commitffcfc83ecb5e2591ccc11d1059250c69b285c331 (patch)
tree8cec02af95b83febb6a302d910d0ef0515a49940 /doc
parente81a400edbc1c7a581632b258bd6cf50c0490912 (diff)
Rename version.h to be more descriptive
Version.h is too generic. This is specific to VCSVERSION and that should be made more obvious and discoverable.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 99108c7470..dacaca5d78 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -758,7 +758,7 @@ so your code won't even compile when warnings occur.
7. Miscellaneous notes
Each commit in your branch corresponds to a different VCSVERSION string
-automatically defined in the header 'version.h' during the build. If you happen
+automatically defined in the header 'vcs_version.h' during the build. If you happen
to find it convenient to disable this feature it can be done using:
touch .git/wireshark-disable-versioning