mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-22 03:12:31 +00:00
14 lines
259 B
Batchfile
14 lines
259 B
Batchfile
@echo off
|
|
rem Display version number
|
|
|
|
rem Copyright Beman Dawes 2010
|
|
|
|
rem Distributed under the Boost Software License, Version 1.0.
|
|
rem See http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
if exist src\unique_path.cpp (
|
|
echo Version 3
|
|
) else (
|
|
echo Version 2
|
|
)
|