Changeset 25105 in vbox
- Timestamp:
- Nov 30, 2009 10:30:30 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r25051 r25105 157 157 VBOX_VERSION_BUILD = 0 158 158 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 159 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) _BETA3159 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 160 160 # Force the additions.sh script to get an exact additions build when we're doing the release. 161 161 162 162 ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 163 #export VBOX_ADDITIONS_SH_MODE = release164 #export VBOX_DOCUMENTATION_SH_MODE = release163 export VBOX_ADDITIONS_SH_MODE = release 164 export VBOX_DOCUMENTATION_SH_MODE = release 165 165 endif 166 166 -
trunk/debian/changelog
r24973 r25105 1 virtualbox-ose (3.1.0) unstable; urgency=low 2 3 * rebuild Debian package 4 5 -- Sun Microsystems, Inc. <[email protected]> Mon, 30 Nov 2009 11:30:00 +0200 6 1 7 virtualbox-ose (3.1.0~beta-3) unstable; urgency=low 2 8
Note:
See TracChangeset
for help on using the changeset viewer.