Subversion Repositories Projects

Rev

Rev 2217 | Rev 2569 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2217 Rev 2225
Line 1... Line 1...
1
@echo off
1
@echo off
2
:: /****************************************************************************
2
:: /****************************************************************************
3
::  *   Copyright (C) 2010-2015 by Claas Anders "CaScAdE" Rathje               *
3
::  *   Copyright (C) 2010-2016 by Claas Anders "CaScAdE" Rathje               *
4
::  *   admiralcascade@gmail.com                                               *
4
::  *   admiralcascade@gmail.com                                               *
5
::  *   Project-URL: http://www.mylifesucks.de/oss/c-osd/                      *
5
::  *   Project-URL: http://www.mylifesucks.de/oss/c-osd/                      *
6
::  *                                                                          *
6
::  *                                                                          *
7
::  *   This program is free software; you can redistribute it and/or modify   *
7
::  *   This program is free software; you can redistribute it and/or modify   *
8
::  *   it under the terms of the GNU General Public License as published by   *
8
::  *   it under the terms of the GNU General Public License as published by   *
Line 18... Line 18...
18
::  *   Free Software Foundation, Inc.,                                        *
18
::  *   Free Software Foundation, Inc.,                                        *
19
::  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
19
::  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
20
::  ****************************************************************************/
20
::  ****************************************************************************/
Line 21... Line 21...
21
 
21
 
22
set OSDBUILDDATE=%DATE:~-4,4%%DATE:~-7,2%%DATE:~0,2%-%TIME:~0,2%%TIME:~3,2%
22
set OSDBUILDDATE=%DATE:~-4,4%%DATE:~-7,2%%DATE:~0,2%-%TIME:~0,2%%TIME:~3,2%
23
set OSDBUILDDATE=20151026-0630
23
set OSDBUILDDATE=20160302-0700
Line 24... Line 24...
24
echo "Building: %OSDBUILDDATE%"
24
echo "Building: %OSDBUILDDATE%"
Line 25... Line 25...
25
 
25