golang.zx2c4.com/wireguard/windows@v0.5.4-0.20230123132234-dcc0eb72a04b/installer/fetcher/version.h (about)

     1  /* SPDX-License-Identifier: GPL-2.0
     2   *
     3   * Copyright (C) 2020-2022 Jason A. Donenfeld. All Rights Reserved.
     4   */
     5  
     6  #ifndef _VERSION_H
     7  #define _VERSION_H
     8  
     9  #define VERSION_STR "1.0"
    10  #define VERSION_ARRAY 1,0,0,0
    11  
    12  #endif