Blame source/vdo/base/releaseVersions.h

Packit Service 310c69
/*
Packit Service 310c69
 * Copyright (c) 2020 Red Hat, Inc.
Packit Service 310c69
 *
Packit Service 310c69
 * This program is free software; you can redistribute it and/or
Packit Service 310c69
 * modify it under the terms of the GNU General Public License
Packit Service 310c69
 * as published by the Free Software Foundation; either version 2
Packit Service 310c69
 * of the License, or (at your option) any later version.
Packit Service 310c69
 * 
Packit Service 310c69
 * This program is distributed in the hope that it will be useful,
Packit Service 310c69
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 310c69
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 310c69
 * GNU General Public License for more details.
Packit Service 310c69
 * 
Packit Service 310c69
 * You should have received a copy of the GNU General Public License
Packit Service 310c69
 * along with this program; if not, write to the Free Software
Packit Service 310c69
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
Packit Service 310c69
 * 02110-1301, USA. 
Packit Service 310c69
 */
Packit Service 310c69
Packit Service 310c69
#ifndef RELEASE_VERSIONS_H
Packit Service 310c69
#define RELEASE_VERSIONS_H
Packit Service 310c69
Packit Service 310c69
enum {
Packit Service 310c69
  OXYGEN_RELEASE_VERSION_NUMBER = 109583,
Packit Service 310c69
  FLUORINE_RELEASE_VERSION_NUMBER = 115838,
Packit Service 310c69
  NEON_RELEASE_VERSION_NUMBER = 120965,
Packit Service 310c69
  SODIUM_RELEASE_VERSION_NUMBER = 127441,
Packit Service 310c69
  MAGNESIUM_RELEASE_VERSION_NUMBER = 131337,
Packit Service 310c69
  ALUMINUM_RELEASE_VERSION_NUMBER = 133524,
Packit Service 310c69
  HEAD_RELEASE_VERSION_NUMBER = 0,
Packit Service 310c69
  CURRENT_RELEASE_VERSION_NUMBER = ALUMINUM_RELEASE_VERSION_NUMBER,
Packit Service 310c69
};
Packit Service 310c69
Packit Service 310c69
#endif /* not RELEASE_VERSIONS_H */