summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Wissler2008-10-17 10:53:22 +0200
committerBastian Wissler2008-10-17 10:53:22 +0200
commitc117085532c0fdf27cbb242159a678260ff17ec6 (patch)
treebee4a528f0d24bdc3c4ca36361238bc07d96555f
parent vmchooser plugin: * added username / hostname generation to vmware xml (diff)
downloadvmchooser-c117085532c0fdf27cbb242159a678260ff17ec6.tar.gz
vmchooser-c117085532c0fdf27cbb242159a678260ff17ec6.tar.xz
vmchooser-c117085532c0fdf27cbb242159a678260ff17ec6.zip
vmchooser plugin: * changed version of binary
git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/vmchooser/trunk@2354 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--vmchooser/main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx
index b66cc19..70c2d9d 100644
--- a/vmchooser/main.cxx
+++ b/vmchooser/main.cxx
@@ -111,7 +111,7 @@ int main(int argc, char** argv) {
delete opt;
// just print out version information - helps testing
- cout << "virtual machine chooser 0.0.4"<< endl;
+ cout << "virtual machine chooser 0.0.5"<< endl;
if(version) {
exit(1);
}