First fonctionnal version with fixed tag length and strict matching

Former-commit-id: 5affee2c7c66dd1da5b17c2d1ea64f44db76df50
This commit is contained in:
Eric Coissac
2024-06-04 21:46:09 +02:00
parent a0a9fb461c
commit c8ad96f5e6
3 changed files with 162 additions and 45 deletions

View File

@ -7,7 +7,7 @@ import (
// TODO: The version number is extracted from git. This induces that the version
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "bfe3d0e"
var _Commit = "d00f335"
var _Version = "Release 4.2.0"
// Version returns the version of the obitools package.