diff --git a/examples/autorevision.hpp b/examples/autorevision.hpp index 8d3e8b0..dc425ee 100644 --- a/examples/autorevision.hpp +++ b/examples/autorevision.hpp @@ -1,24 +1,24 @@ /* Generated by autorevision - do not hand-hack! */ -#ifndef ASTROGRAPH_AUTOREVISION_H -#define ASTROGRAPH_AUTOREVISION_H +#ifndef AUTOREVISION_AUTOREVISION_H +#define AUTOREVISION_AUTOREVISION_H -namespace astrograph +namespace autorevision { - const std::string VCS_TYPE = "git"; - const std::string VCS_BASENAME = "ASTROGRAPH"; - const std::string VCS_UUID = "71b897a43ec3c90edec23568d823548bc7522ca7"; - const int VCS_NUM = 734; - const std::string VCS_DATE = "2014-10-02T17:48:38-1000"; - const std::string VCS_BRANCH = "release/CRAVEN-IOC"; - const std::string VCS_TAG = ""; - const int VCS_TICK = 734; - const std::string VCS_EXTRA = ""; + const std::string VCS_TYPE = "git"; + const std::string VCS_BASENAME = "autorevision"; + const std::string VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149"; + const int VCS_NUM = 292; + const std::string VCS_DATE = "2015-07-31T21:15:47-0400"; + const std::string VCS_BRANCH = "master"; + const std::string VCS_TAG = "v/1.12"; + const int VCS_TICK = 9; + const std::string VCS_EXTRA = ""; - const std::string VCS_FULL_HASH = "411edd1dc0e4dcbbecfa3c417d87f8ab40e2424f"; - const std::string VCS_SHORT_HASH = "411edd1"; + const std::string VCS_FULL_HASH = "56d31c116f8239ae38f2c251946cd5811c47afe1"; + const std::string VCS_SHORT_HASH = "56d31c1"; - const int VCS_WC_MODIFIED = 0; + const int VCS_WC_MODIFIED = 0; } #endif diff --git a/examples/autorevision.matlab b/examples/autorevision.matlab new file mode 100644 index 0000000..c01795b --- /dev/null +++ b/examples/autorevision.matlab @@ -0,0 +1,18 @@ +% Generated by autorevision - do not hand-hack! + +VCS_TYPE = 'git'; +VCS_BASENAME = 'autorevision'; +VCS_UUID = 'da2830f81fec4c6ebce8ebf23f35b0e6b066c149'; +VCS_NUM = 292; +VCS_DATE = '2015-07-31T21:15:47-0400'; +VCS_BRANCH = 'master'; +VCS_TAG = 'v/1.12'; +VCS_TICK = 9; +VCS_EXTRA = ''; + +VCS_FULL_HASH = '56d31c116f8239ae38f2c251946cd5811c47afe1'; +VCS_SHORT_HASH = '56d31c1'; + +VCS_WC_MODIFIED = FALSE; + +% end diff --git a/examples/autorevision.octave b/examples/autorevision.octave new file mode 100644 index 0000000..a5b394c --- /dev/null +++ b/examples/autorevision.octave @@ -0,0 +1,18 @@ +% Generated by autorevision - do not hand-hack! + +VCS_TYPE = 'git'; +VCS_BASENAME = 'autorevision'; +VCS_UUID = 'da2830f81fec4c6ebce8ebf23f35b0e6b066c149'; +VCS_NUM = 292; +VCS_DATE = '2015-07-31T21:15:47-0400'; +VCS_BRANCH = 'master'; +VCS_TAG = 'v/1.12'; +VCS_TICK = 9; +VCS_EXTRA = ''; + +VCS_FULL_HASH = '56d31c116f8239ae38f2c251946cd5811c47afe1'; +VCS_SHORT_HASH = '56d31c1'; + +VCS_WC_MODIFIED = 0; + +% end