I'm a beginner, and I want to build the openwrt's image by myself.
Then, I download the source files according to the web link "https://openwrt.org/docs/guide-developer/quickstart-build-images" successfully. But one thing confuses me, it is the version of the source files, could you give some details or how could I find the version when the image isn't downloaded into the devices? I guess it may be the latest development version, right?
The "printed" version is generated by ./scripts/getver.sh in the build system. getver.sh sometimes will get you the commit from the printed version if supplied as an argument.