Changeset 18420 in vbox
- Timestamp:
- Mar 27, 2009 5:49:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45227
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r18346 r18420 147 147 VBOX_VERSION_MAJOR = 2 148 148 # Minor version. 149 VBOX_VERSION_MINOR = 1149 VBOX_VERSION_MINOR = 2 150 150 # This is the current build number. It should be increased every time we publish a 151 151 # new build. The define is available in every source file. Only even build numbers 152 152 # will be published, odd numbers are set during development. 153 VBOX_VERSION_BUILD = 53153 VBOX_VERSION_BUILD = 0 154 154 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 155 155 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) … … 160 160 export VBOX_DOCUMENTATION_SH_MODE = release 161 161 endif 162 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_BETA2 162 163 163 164 -
trunk/debian/changelog
r18031 r18420 1 virtualbox-ose (2.2.0~beta-2) unstable; urgency=low 2 3 * rebuild Debian package 4 5 -- Sun Microsystems, Inc. <[email protected]> Thu, 27 Mar 2009 18:00:00 +0200 6 1 7 virtualbox-ose (2.2.0~beta-1) unstable; urgency=low 2 8
Note:
See TracChangeset
for help on using the changeset viewer.