aboutsummaryrefslogtreecommitdiff
path: root/flow-native/common.mk
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-08 11:15:23 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-08 11:15:23 +0200
commit0ad1de1dd3a8e1af0d5b2e3b531fb5ece170e565 (patch)
treeee0b7d67d30e2e8f566da1cb0d5da5bc873f0643 /flow-native/common.mk
parent4c7f77fb7f8ac27b557c6753c743c9f9148fabe8 (diff)
downloadakka-serial-0ad1de1dd3a8e1af0d5b2e3b531fb5ece170e565.tar.gz
akka-serial-0ad1de1dd3a8e1af0d5b2e3b531fb5ece170e565.tar.bz2
akka-serial-0ad1de1dd3a8e1af0d5b2e3b531fb5ece170e565.zip
modify build to better conform to debian policies
Diffstat (limited to 'flow-native/common.mk')
-rw-r--r--flow-native/common.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/flow-native/common.mk b/flow-native/common.mk
index 1db2e22..df7f389 100644
--- a/flow-native/common.mk
+++ b/flow-native/common.mk
@@ -3,17 +3,12 @@
# Name of the library to produce
#
-NAME=flow3
+NAME=flow
# Library versions
#
-# Note that MAJOR should always be set to zero
-# since java does not allow loading semantically
-# versioned libraries, include the major version
-# in the name instead.
-#
-MAJOR=0# always zero
+MAJOR=3# public API changes
MINOR=0# backwards-compatible changes
MICRO=0# bugfixes