diff --git a/cl-launch.sh b/cl-launch.sh
index 7f293efc81cfdc87dfcb85bdfede5178fea54fdc..ebfdd0521f103c749268f8caa310fc544a76703b 100755
--- a/cl-launch.sh
+++ b/cl-launch.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #| cl-launch.sh -- shell wrapper for Common Lisp -*- Lisp -*-
-CL_LAUNCH_VERSION='4.1.1.1'
+CL_LAUNCH_VERSION='4.1.2'
 license_information () {
 AUTHOR_NOTE="\
 # Please send your improvements to the author:
diff --git a/debian/changelog b/debian/changelog
index 64d4e302e9fb435479a699324b55a623bc0f7bb7..e44c7619cea8c4398576ac05ba28b9c23d5d071b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cl-launch (4.1.2-1) unstable; urgency=low
+
+  * Multiple entry binaries with --dispatched-entry,
+    mostly compatible with Xach's buildapp.
+
+ -- Francois-Rene Rideau <fare@tunes.org>  Wed, 01 Apr 2015 01:09:11 -0400
+
 cl-launch (4.1.1-1) unstable; urgency=low
 
   * Portability: better fallbacks for implementations without a recent ASDF,