summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d4a1c25..8c367b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,7 @@
16MAJVER= 2 16MAJVER= 2
17MINVER= 0 17MINVER= 0
18RELVER= 0 18RELVER= 0
19PREREL= -beta11 19VERSION= $(MAJVER).$(MINVER).$(RELVER)
20VERSION= $(MAJVER).$(MINVER).$(RELVER)$(PREREL)
21ABIVER= 5.1 20ABIVER= 5.1
22 21
23############################################################################## 22##############################################################################