It does matter. There is a concept that there are major releases and minor releases. Major releases mostly introduce features, minor releases fix bugs and other annoyances.
By making version number a simple integer, you lose the information whenever there were some major changes or not.
By making version number a simple integer, you lose the information whenever there were some major changes or not.