VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage/VBoxManageSVN.cpp@ 5150

Last change on this file since 5150 was 5146, checked in by vboxsync, 17 years ago

move the SVN revision stuff into separate files to omit recompilation of expensive files if only the SVN revision changed

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1002 bytes
Line 
1/** @file
2 *
3 * VBox frontends: VBoxManage (command-line interface):
4 * SVN revision.
5 */
6
7/*
8 * Copyright (C) 2006-2007 innotek GmbH
9 *
10 * This file is part of VirtualBox Open Source Edition (OSE), as
11 * available from http://www.virtualbox.org. This file is free software;
12 * you can redistribute it and/or modify it under the terms of the GNU
13 * General Public License as published by the Free Software Foundation,
14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
15 * distribution. VirtualBox OSE is distributed in the hope that it will
16 * be useful, but WITHOUT ANY WARRANTY of any kind.
17 */
18
19#include <VBox/version.h>
20#include "VBoxManage.h"
21
22/**
23 * Return the SVN revision number. We put this function into a separate file
24 * to speed up compilation if the revision number changes. We don't put this
25 * function into VBoxSVC to save the overhead of starting the server if only
26 * the version number is requested.
27 */
28unsigned long VBoxSVNRev ()
29{
30 return VBOX_SVN_REV;
31}
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette