Skip to content

Commit a47323c

Browse files
committed
Remove extra space on the revision number
git-svn-id: https://svn.pjsip.org/repos/pjproject/tags/2.4.5@5163 74dad513-b988-da41-8d7b-12977e46ad98
1 parent 95455b2 commit a47323c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: version.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
22
export PJ_VERSION_MAJOR := 2
33
export PJ_VERSION_MINOR := 4
4-
export PJ_VERSION_REV := 5
4+
export PJ_VERSION_REV := 5
55
export PJ_VERSION_SUFFIX :=
66

77
export PJ_VERSION := $(PJ_VERSION_MAJOR).$(PJ_VERSION_MINOR)

0 commit comments

Comments
 (0)