*** empty log message ***

svn path=/trunk/boinc/; revision=2465
This commit is contained in:
Karl Chen 2003-10-15 07:27:48 +00:00
parent f22f9db885
commit 39e5250c96
2 changed files with 1 additions and 38 deletions

View File

@ -23,40 +23,3 @@ for line in rc_old:
rc.write(line)
print "Updated resource.rc to version %d.%02d" %(MAJOR_VERSION, MINOR_VERSION)
# VS_VERSION_INFO VERSIONINFO
# FILEVERSION 1,0,8,0
# PRODUCTVERSION 1,0,8,0
# FILEFLAGSMASK 0x3fL
# #ifdef _DEBUG
# FILEFLAGS 0x1L
# #else
# FILEFLAGS 0x0L
# #endif
# FILEOS 0x40004L
# FILETYPE 0x1L
# FILESUBTYPE 0x0L
# BEGIN
# BLOCK "StringFileInfo"
# BEGIN
# BLOCK "040904b0"
# BEGIN
# VALUE "Comments", "\0"
# VALUE "CompanyName", "Space Sciences Laboratory\0"
# VALUE "FileDescription", "boinc_gui\0"
# VALUE "FileVersion", "1, 0, 8, 0\0"
# VALUE "InternalName", "boinc_gui\0"
# VALUE "LegalCopyright", "Copyright © 2003 SETI@home\0"
# VALUE "LegalTrademarks", "\0"
# VALUE "OriginalFilename", "boinc_gui.exe\0"
# VALUE "PrivateBuild", "\0"
# VALUE "ProductName", "BOINC Core Client\0"
# VALUE "ProductVersion", "1, 0, 8, 0\0"
# VALUE "SpecialBuild", "\0"
# END
# END
# BLOCK "VarFileInfo"
# BEGIN
# VALUE "Translation", 0x409, 1200
# END
# END

View File

@ -9,7 +9,7 @@ dnl not sure exactly what the minimum version is (but 2.13 won't work)
AC_PREREQ(2.57)
dnl Process this file with autoconf to produce a configure script.
AC_INIT(BOINC, 2.04)
AC_INIT(BOINC, 2.05)
echo "--- Configuring BOINC AC_PACKAGE_VERSION ---"