Author: zguo Date: Sun Feb 2 18:58:08 2014 New Revision: 61924
URL: http://svn.reactos.org/svn/reactos?rev=61924&view=rev Log: [0.3.16] Set version number for release and add default wallpaper.
Modified: branches/ReactOS-0.3.16/reactos/boot/bootdata/hivedef.inf branches/ReactOS-0.3.16/reactos/include/reactos/version.cmake
Modified: branches/ReactOS-0.3.16/reactos/boot/bootdata/hivedef.inf URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.16/reactos/boot/boot... ============================================================================== --- branches/ReactOS-0.3.16/reactos/boot/bootdata/hivedef.inf [iso-8859-1] (original) +++ branches/ReactOS-0.3.16/reactos/boot/bootdata/hivedef.inf [iso-8859-1] Sun Feb 2 18:58:08 2014 @@ -63,7 +63,7 @@ HKCU,"Control Panel\Desktop","ScreenSaverIsSecure",2,"1" HKCU,"Control Panel\Desktop","ScreenSaveTimeOut",0,"600" HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",2,"20000" -HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"" +HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"%SystemRoot%\Angelus_02_ROSWP.bmp" HKCU,"Control Panel\Desktop","FontSmoothing",0,"1" HKCU,"Control Panel\Desktop","FontSmoothingOrientation",0x00010003,0x00000001 HKCU,"Control Panel\Desktop","FontSmoothingType",0x00010003,0x00000001
Modified: branches/ReactOS-0.3.16/reactos/include/reactos/version.cmake URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.16/reactos/include/r... ============================================================================== --- branches/ReactOS-0.3.16/reactos/include/reactos/version.cmake [iso-8859-1] (original) +++ branches/ReactOS-0.3.16/reactos/include/reactos/version.cmake [iso-8859-1] Sun Feb 2 18:58:08 2014 @@ -32,11 +32,11 @@ today(KERNEL_VERSION_BUILD)
set(KERNEL_VERSION_MAJOR "0") -set(KERNEL_VERSION_MINOR "4") -set(KERNEL_VERSION_PATCH_LEVEL "0") +set(KERNEL_VERSION_MINOR "3") +set(KERNEL_VERSION_PATCH_LEVEL "16") set(COPYRIGHT_YEAR "2014") # KERNEL_VERSION_BUILD_TYPE is "SVN", "RC1", "RC2" or "" (for the release) -set(KERNEL_VERSION_BUILD_TYPE "SVN") +set(KERNEL_VERSION_BUILD_TYPE "")
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}")