diff options
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/version.hrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/inc/version.hrc b/solenv/inc/version.hrc index 882921810e45..859b82f8d6ca 100644 --- a/solenv/inc/version.hrc +++ b/solenv/inc/version.hrc @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -40,3 +41,5 @@ #define VERC(a) Copyright \251 a by #define S_CRIGHT PPS(VERC(VER_YEARRANGE)) + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |