From 5a91f646c8aa45d9518471dd8832fbf760793fe6 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 1 Apr 2004 23:31:58 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3204 --- tools/update_versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_versions b/tools/update_versions index e71463842c..e1047f90c3 100755 --- a/tools/update_versions +++ b/tools/update_versions @@ -131,7 +131,7 @@ def add_files(app, match, exec_file, non_exec_files=[]): def re_match_exec_filename(filepath): file = os.path.basename(filepath) - return re.match('[^.]+_([0-9]+)[.]([0-9]+)_([^.]+?(?:[0-9][0-9.]*[0-9]))(?:[.]gz|[.]exe|[.]sit)?$', file) + return re.match('[^.]+_([0-9]+)[.]([0-9]+)_([^.]+?(?:[0-9][0-9.]*[0-9])?)(?:[.]gz|[.]exe|[.]sit)?$', file) def find_versions(app, dir): """Find application versions/core client versions in DIR.