summaryrefslogtreecommitdiff
path: root/x265/Version.cmake
blob: 1facd26521d0eb8f3f93e257deda558f7d212e34 (plain)
    1  #################################################################################################################
    2  #
    3  #    Copyright (C) 2013-2020 MulticoreWare, Inc
    4  #
    5  # This program is free software; you can redistribute it and/or modify
    6  # it under the terms of the GNU General Public License as published by
    7  # the Free Software Foundation; either version 2 of the License, or
    8  # (at your option) any later version.
    9  #
   10  # This program is distributed in the hope that it will be useful,
   11  # but WITHOUT ANY WARRANTY; without even the implied warranty of
   12  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   13  # GNU General Public License for more details.
   14  #
   15  # You should have received a copy of the GNU General Public License
   16  # along with this program; if not, write to the Free Software
   17  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
   18  #
   19  # This program is also available under a commercial proprietary license.
   20  # For more information, contact us at license @ x265.com
   21  #
   22  # Authors: Janani T.E <janani.te@multicorewareinc.com>, Srikanth Kurapati <srikanthkurapati@multicorewareinc.com>
   23  #
   24  #################################################################################################################
   25  # PURPOSE: Identity version control software version display, also read version files to present x265 version.
   26  #################################################################################################################
   27  #Default Settings, for user to be vigilant about x265 version being reported during product build.
   28 set(X265_VERSION "@@VERSION@@_Release")
   29 set(X265_LATEST_TAG "@@VERSION@@")
   30 set(X265_TAG_DISTANCE "1")
   31 
   32 #will always be printed in its entirety based on version file configuration to avail revision monitoring by repo owners
   33 message(STATUS "X265 RELEASE VERSION ${X265_VERSION}")

Generated by cgit