Explorar el Código

Working version information now. (whew)

Steve Thielemann hace 5 años
padre
commit
adaa1c4720
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      tcp-proxy2.py

+ 3 - 2
tcp-proxy2.py

@@ -26,12 +26,13 @@ version = check_output(
     [
         "git",
         "describe",
+        "--abbrev=8",
         "--long",
         "--tags",
-        #        "--dirty",
+        "--dirty",
         "--always",
         "--match",
-        "v[0-9]\.[0-9]\.[0-9]",
+        "v[0-9]*",
     ],
     universal_newlines=True,
 ).strip()