소스 검색

Working version information now. (whew)

Steve Thielemann 5 년 전
부모
커밋
adaa1c4720
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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()