diff options
author | Alberto Mardegan <alberto.mardegan@nokia.com> | 2008-11-18 11:56:16 +0200 |
---|---|---|
committer | Alberto Mardegan <alberto.mardegan@nokia.com> | 2008-11-18 11:56:16 +0200 |
commit | ae91fa812e7d12d152c01314f71fc9a2f046ba2e (patch) | |
tree | 9a2a1e1926c3bfeef101a83ea3dfd44da22aab09 | |
parent | 03f37bbcc0041a5839bb8d7896bb2988d8b3f5a3 (diff) |
library versioning5.0.beta39
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b8bd058f..5cadb214 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -107,7 +107,7 @@ libmissioncontrol_server_la_LIBADD = \ libmissioncontrol_server_la_LDFLAGS = \ -export-symbols-regex '^((mc_)|(mcd_)|(mission_control_))' \ - -version-info "9":"0":"3" + -version-info "10":"0":"4" # the redundant quoting here is to prevent the libtool command line from # looking like an error message in an oddly named file |