Skip to content

Instantly share code, notes, and snippets.

@kklimonda
Created August 11, 2017 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kklimonda/7202aefb024ee186620d7b12c00e1bd1 to your computer and use it in GitHub Desktop.
Save kklimonda/7202aefb024ee186620d7b12c00e1bd1 to your computer and use it in GitHub Desktop.
contrail autogenerated build information
/*
* Autogenerated file. DO NOT EDIT.
*/
#include "buildinfo.h"
const std::string BuildInfo = "{\"build-info\": [{\"build-time\": \"2017-08-11 06:05:27.301890\", \"build-hostname\": \"grown-marten\", \"build-user\": \"ubuntu\", \"build-version\": \"4.1.0.0\"}]}";
/*
* Autogenerated file. DO NOT EDIT
*/
#ifndef ctrlplane_buildinfo_h
#define ctrlplane_buildinfo_h
#include <string>
extern const std::string BuildInfo;
#endif // ctrlplane_buildinfo_h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment