summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2015-08-12 04:46:22 +0000
committerRiza Sulistyo <riza@teluu.com>2015-08-12 04:46:22 +0000
commitbf81f58598821d18a516492d7f81584b11fbb8ac (patch)
treeac45be66bbfd6a1ba6bdb6d550278e065849e44c
parent31da30a13571c81eed999ec3a88cd6caf72077c1 (diff)
Remove extra space on the revision numberv2.4.5
git-svn-id: http://svn.pjsip.org/repos/pjproject/tags/2.4.5@5163 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--version.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.mak b/version.mak
index d0943d39..ed190193 100644
--- a/version.mak
+++ b/version.mak
@@ -1,7 +1,7 @@
# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
export PJ_VERSION_MAJOR := 2
export PJ_VERSION_MINOR := 4
-export PJ_VERSION_REV := 5
+export PJ_VERSION_REV := 5
export PJ_VERSION_SUFFIX :=
export PJ_VERSION := $(PJ_VERSION_MAJOR).$(PJ_VERSION_MINOR)