diff options
| author | Bastian Wissler | 2008-10-17 10:53:22 +0200 |
|---|---|---|
| committer | Bastian Wissler | 2008-10-17 10:53:22 +0200 |
| commit | c117085532c0fdf27cbb242159a678260ff17ec6 (patch) | |
| tree | bee4a528f0d24bdc3c4ca36361238bc07d96555f | |
| parent | vmchooser plugin: * added username / hostname generation to vmware xml (diff) | |
| download | vmchooser-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.cxx | 2 |
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); } |
