Skip to content

Commit c715e2e

Browse files
authored
Fix version string in Python setup (#3976)
1 parent 13741d9 commit c715e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pjsip-apps/src/swig/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
if pj_version_rev:
6464
pj_version += "." + pj_version_rev
6565
if pj_version_suffix:
66-
pj_version += "-" + pj_version_suffix
66+
pj_version += pj_version_suffix
6767

6868
#print 'PJ_VERSION = "'+ pj_version + '"'
6969

0 commit comments

Comments
 (0)