Index: /trunk/Config.kmk
===================================================================
--- /trunk/Config.kmk	(revision 42577)
+++ /trunk/Config.kmk	(revision 42578)
@@ -193,9 +193,9 @@
 VBOX_VERSION_MAJOR = 4
 # Minor version.
-VBOX_VERSION_MINOR = 1
+VBOX_VERSION_MINOR = 2
 # This is the current build number. It should be increased every time we publish a
 # new build. The define is available in every source file. Only even build numbers
 # will be published, odd numbers are set during development.
-VBOX_VERSION_BUILD = 51
+VBOX_VERSION_BUILD = 0
 # The raw version string. This *must not* contain any other information/fields than
 # major, minor and build revision (as it is now) -- also will be used for host/guest version
@@ -209,5 +209,5 @@
 #       publisher so that RTStrVersionCompare have a chance of comparing
 #       prerelease from different publishers correctly.
-VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(VBOX_BUILD_PUBLISHER)
+VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(VBOX_BUILD_PUBLISHER)_BETA1
 
 # Force the additions.sh script to get an exact additions build when we're doing the release.
Index: /trunk/debian/changelog
===================================================================
--- /trunk/debian/changelog	(revision 42577)
+++ /trunk/debian/changelog	(revision 42578)
@@ -1,3 +1,9 @@
-virtualbox-ose (4.1.51~svn-1) unstable; urgency=low
+virtualbox-ose (4.2.0~beta1) unstable; urgency=low
+
+  * rebuild Debian package
+
+ -- Oracle Corporation <info@virtualbox.org>  Fri, 03 Aug 2012 14:00:00 +0200
+
+virtualbox-ose (4.1.2) unstable; urgency=low
 
   * rebuild Debian package
@@ -5,10 +11,4 @@
  -- Oracle Corporation <info@virtualbox.org>  Mon, 15 Aug 2011 15:00:00 +0200
 
-virtualbox-ose (4.1.2) unstable; urgency=low
-
-  * rebuild Debian package
-
- -- Oracle Corporation <info@virtualbox.org>  Mon, 15 Aug 2011 15:00:00 +0200
-
 virtualbox-ose (4.1.0) unstable; urgency=low
 
Index: /trunk/doc/manual/user_ChangeLogImpl.xml
===================================================================
--- /trunk/doc/manual/user_ChangeLogImpl.xml	(revision 42577)
+++ /trunk/doc/manual/user_ChangeLogImpl.xml	(revision 42578)
@@ -2,5 +2,5 @@
 
   <sect1>
-    <title>Version 4.2.0 (2012-xx-xx)</title>
+    <title>Version 4.2.0 Beta 1 (2012-08-03)</title>
 
     <para>This is a major update. The following major new features
@@ -22,5 +22,5 @@
 
       <listitem>
-        <para>GUI: allow to alter a couple of settings during runtime</para>
+        <para>GUI: allow to alter some settings during runtime</para>
       </listitem>
 
Index: /trunk/src/VBox/Installer/linux/debian/control
===================================================================
--- /trunk/src/VBox/Installer/linux/debian/control	(revision 42577)
+++ /trunk/src/VBox/Installer/linux/debian/control	(revision 42578)
@@ -1,3 +1,3 @@
-Source: virtualbox-4.1
+Source: virtualbox-4.2
 Section: contrib/misc
 Priority: optional
@@ -14,5 +14,5 @@
 XS-Python-Version: >= 2.4
 
-Package: virtualbox-4.1
+Package: virtualbox-4.2
 Architecture: i386 amd64
 Pre-Depends: debconf (>= 1.1) | debconf-2.0
@@ -32,7 +32,7 @@
 XB-Python-Version: ${python:Versions}
 
-Package: virtualbox-4.1-dbg
+Package: virtualbox-4.2-dbg
 Architecture: i386 amd64
-Depends: virtualbox-4.1 (= ${Source-Version})
+Depends: virtualbox-4.2 (= ${Source-Version})
 Provides: virtualbox-dbg
 Replaces: virtualbox-dbg
Index: /trunk/src/VBox/Installer/linux/debian/rules
===================================================================
--- /trunk/src/VBox/Installer/linux/debian/rules	(revision 42577)
+++ /trunk/src/VBox/Installer/linux/debian/rules	(revision 42578)
@@ -42,5 +42,5 @@
 
 package  := virtualbox
-verpkg   := virtualbox-4.1
+verpkg   := virtualbox-4.2
 current  := $(shell pwd)
 vboxroot := $(shell cd ../../../..; pwd)
