Module: sip-router Branch: jason.penton/ims_ro_interface Commit: fdad0c0af80db6d6d539b4faa578518d3a7bb42b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fdad0c0af80db6d6d539b4faa578518d3a7bb42b
Author: Daniel-Constantin Mierla <[email protected]> Committer: Jason Penton <[email protected]> Date: Wed Feb 27 09:22:14 2013 +0100 Makefile.defs: version set to 4.1.0-dev0 - master branch is open for adding new features to be part of v4.1.x --- Makefile.defs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index adff6c2..8749f6a 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -160,9 +160,9 @@ INSTALL_FLAVOUR=$(FLAVOUR) #version number VERSION = 4 -PATCHLEVEL = 0 +PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -pre2 +EXTRAVERSION = -dev0 # memory manager switcher # 0 - f_malloc (fast malloc) _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
