diff --git a/kdesvn-build b/kdesvn-build index 5c9b046..a21a09c 100755 --- a/kdesvn-build +++ b/kdesvn-build @@ -292,7 +292,7 @@ use constant { IPC_ALL_UPDATING => 6, # Informational message, feel free to start the build. }; -my $versionNum = '1.6.1'; +my $versionNum = '1.6.2'; # Some global variables # Remember kids, global variables are evil! I only get to do this