Skip to content

Commit 6d7b7af

Browse files
committed
Update the examples.
1 parent c009f3a commit 6d7b7af

25 files changed

+262
-212
lines changed

examples/autorevision.c

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
/* Generated by autorevision - do not hand-hack! */
22

3-
const char *VCS_TYPE = "git";
4-
const char *VCS_BASENAME = "autorevision";
5-
const char *VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149";
6-
const int VCS_NUM = 376;
7-
const char *VCS_DATE = "2016-11-14T20:27:54Z";
8-
const char *VCS_BRANCH = "master";
9-
const char *VCS_TAG = "v/1.15";
10-
const int VCS_TICK = 25;
11-
const char *VCS_EXTRA = "";
3+
const char *VCS_TYPE = "git";
4+
const char *VCS_BASENAME = "autorevision";
5+
const char *VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149";
6+
const int VCS_NUM = 424;
7+
const char *VCS_DATE = "2017-09-26T03:57:45Z";
8+
const char *VCS_BRANCH = "topic/gpg";
9+
const char *VCS_TAG = "v/1.20";
10+
const char *VCS_TAG_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
11+
const int VCS_TICK = 16;
12+
const char *VCS_EXTRA = "";
1213

13-
const char *VCS_ACTION_STAMP = "2016-11-14T20:27:[email protected]";
14-
const char *VCS_FULL_HASH = "d9b6a03e53385f8fd256c1cff629e92f28da0c4d";
15-
const char *VCS_SHORT_HASH = "d9b6a03";
14+
const char *VCS_ACTION_STAMP = "2017-09-26T03:57:[email protected]";
15+
const char *VCS_FULL_HASH = "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e";
16+
const char *VCS_COMMIT_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
17+
const char *VCS_SHORT_HASH = "c009f3a";
1618

17-
const int VCS_WC_MODIFIED = 0;
19+
const int VCS_WC_MODIFIED = 0;
1820

1921
/* end */

examples/autorevision.clojure

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
(def VCS_TYPE "git")
33
(def VCS_BASENAME "autorevision")
44
(def VCS_UUID "da2830f81fec4c6ebce8ebf23f35b0e6b066c149")
5-
(def VCS_NUM 376)
6-
(def VCS_DATE "2016-11-14T20:27:54Z")
7-
(def VCS_BRANCH "master")
8-
(def VCS_TAG "v/1.15")
9-
(def VCS_TICK 25)
5+
(def VCS_NUM 424)
6+
(def VCS_DATE "2017-09-26T03:57:45Z")
7+
(def VCS_BRANCH "topic/gpg")
8+
(def VCS_TAG "v/1.20")
9+
(def VCS_TAG_OPENPGP "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317")
10+
(def VCS_TICK 16)
1011
(def VCS_EXTRA "")
1112

12-
(def VCS_ACTION_STAMP "2016-11-14T20:27:[email protected]")
13-
(def VCS_FULL_HASH "d9b6a03e53385f8fd256c1cff629e92f28da0c4d")
14-
(def VCS_SHORT_HASH "d9b6a03")
13+
(def VCS_ACTION_STAMP "2017-09-26T03:57:[email protected]")
14+
(def VCS_FULL_HASH "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e")
15+
(def VCS_COMMIT_OPENPGP "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317")
16+
(def VCS_SHORT_HASH "c009f3a")
1517

1618
(def VCS_WC_MODIFIED false)
1719
;; end

examples/autorevision.cmake

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@
33
set(VCS_TYPE git)
44
set(VCS_BASENAME autorevision)
55
set(VCS_UUID da2830f81fec4c6ebce8ebf23f35b0e6b066c149)
6-
set(VCS_NUM 378)
7-
set(VCS_DATE 2016-11-06T06:33:23Z)
8-
set(VCS_BRANCH master)
9-
set(VCS_TAG v/1.15)
10-
set(VCS_TICK 27)
6+
set(VCS_NUM 424)
7+
set(VCS_DATE 2017-09-26T03:57:45Z)
8+
set(VCS_BRANCH topic/gpg)
9+
set(VCS_TAG v/1.20)
10+
set(VCS_TAG_OPENPGP A16E4FE1BFE882DE9D6E28AD0044B6E72C414317)
11+
set(VCS_TICK 16)
1112
set(VCS_EXTRA )
1213

13-
set(VCS_ACTION_STAMP 2016-11-06T06:33:[email protected])
14-
set(VCS_FULL_HASH da460a16856496b888c24774941cb6521fa80c57)
15-
set(VCS_SHORT_HASH da460a1)
14+
set(VCS_ACTION_STAMP 2017-09-26T03:57:[email protected])
15+
set(VCS_FULL_HASH c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e)
16+
set(VCS_COMMIT_OPENPGP A16E4FE1BFE882DE9D6E28AD0044B6E72C414317)
17+
set(VCS_SHORT_HASH c009f3a)
1618

17-
set(VCS_WC_MODIFIED 1)
19+
set(VCS_WC_MODIFIED 0)
1820

1921
# end

examples/autorevision.csharp

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ namespace AutoRevision
77
public static string VcsType = "git";
88
public static string VcsBasename = "autorevision";
99
public static string VcsUuid = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149";
10-
public static string VcsNum = "376";
11-
public static string VcsDate = "2016-11-14T20:27:54Z";
12-
public static string VcsBranch = "2016-11-14T20:27:54Z";
13-
public static string VcsTag = "v/1.15";
14-
public static string VcsTick = "25";
10+
public static string VcsNum = "424";
11+
public static string VcsDate = "2017-09-26T03:57:45Z";
12+
public static string VcsBranch = "2017-09-26T03:57:45Z";
13+
public static string VcsTag = "v/1.20";
14+
public static string VcsTagOpenpgp = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
15+
public static string VcsTick = "16";
1516
public static string VcsExtra = "";
16-
public static string VcsActionStamp = "2016-11-14T20:27:[email protected]";
17-
public static string VcsFullHash = "d9b6a03e53385f8fd256c1cff629e92f28da0c4d";
18-
public static string VcsShortHash = "d9b6a03";
17+
public static string VcsActionStamp = "2017-09-26T03:57:[email protected]";
18+
public static string VcsFullHash = "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e";
19+
public static string VcsCommitOpenpgp = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
20+
public static string VcsShortHash = "c009f3a";
1921
public static string VcsWcModified = "false";
2022
}
2123
}

examples/autorevision.h

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
#define VCS_TYPE "git"
66
#define VCS_BASENAME "autorevision"
77
#define VCS_UUID "da2830f81fec4c6ebce8ebf23f35b0e6b066c149"
8-
#define VCS_NUM 376
9-
#define VCS_DATE "2016-11-14T20:27:54Z"
10-
#define VCS_BRANCH "master"
11-
#define VCS_TAG "v/1.15"
12-
#define VCS_TICK 25
8+
#define VCS_NUM 424
9+
#define VCS_DATE "2017-09-26T03:57:45Z"
10+
#define VCS_BRANCH "topic/gpg"
11+
#define VCS_TAG "v/1.20"
12+
#define VCS_TAG_OPENPGP "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317"
13+
#define VCS_TICK 16
1314
#define VCS_EXTRA ""
1415

15-
#define VCS_ACTION_STAMP "2016-11-14T20:27:[email protected]"
16-
#define VCS_FULL_HASH "d9b6a03e53385f8fd256c1cff629e92f28da0c4d"
17-
#define VCS_SHORT_HASH "d9b6a03"
16+
#define VCS_ACTION_STAMP "2017-09-26T03:57:[email protected]"
17+
#define VCS_FULL_HASH "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e"
18+
#define VCS_COMMIT_OPENPGP "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317"
19+
#define VCS_SHORT_HASH "c009f3a"
1820

1921
#define VCS_WC_MODIFIED 0
2022

examples/autorevision.hpp

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@
77

88
namespace autorevision
99
{
10-
const std::string VCS_TYPE = "git";
11-
const std::string VCS_BASENAME = "autorevision";
12-
const std::string VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149";
13-
const int VCS_NUM = 376;
14-
const std::string VCS_DATE = "2016-11-14T20:27:54Z";
15-
const std::string VCS_BRANCH = "master";
16-
const std::string VCS_TAG = "v/1.15";
17-
const int VCS_TICK = 25;
10+
const std::string VCS_TYPE = "git";
11+
const std::string VCS_BASENAME = "autorevision";
12+
const std::string VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149";
13+
const int VCS_NUM = 424;
14+
const std::string VCS_DATE = "2017-09-26T03:57:45Z";
15+
const std::string VCS_BRANCH = "topic/gpg";
16+
const std::string VCS_TAG = "v/1.20";
17+
const std::string VCS_TAG_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
18+
const int VCS_TICK = 16;
1819
const std::string VCS_EXTRA = "";
1920

20-
const std::string VCS_ACTION_STAMP = "2016-11-14T20:27:[email protected]";
21-
const std::string VCS_FULL_HASH = "d9b6a03e53385f8fd256c1cff629e92f28da0c4d";
22-
const std::string VCS_SHORT_HASH = "d9b6a03";
21+
const std::string VCS_ACTION_STAMP = "2017-09-26T03:57:[email protected]";
22+
const std::string VCS_FULL_HASH = "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e";
23+
const std::string VCS_COMMIT_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
24+
const std::string VCS_SHORT_HASH = "c009f3a";
2325

2426
const int VCS_WC_MODIFIED = 0;
2527
}

examples/autorevision.ini

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
VCS_TYPE = "git"
44
VCS_BASENAME = "autorevision"
55
VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149"
6-
VCS_NUM = 376
7-
VCS_DATE = "2016-11-14T20:27:54Z"
8-
VCS_BRANCH = "master"
9-
VCS_TAG = "v/1.15"
10-
VCS_TICK = 25
6+
VCS_NUM = 424
7+
VCS_DATE = "2017-09-26T03:57:45Z"
8+
VCS_BRANCH = "topic/gpg"
9+
VCS_TAG = "v/1.20"
10+
VCS_TAG_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317"
11+
VCS_TICK = 16
1112
VCS_EXTRA = ""
12-
VCS_ACTION_STAMP = "2016-11-14T20:27:[email protected]"
13-
VCS_FULL_HASH = "d9b6a03e53385f8fd256c1cff629e92f28da0c4d"
14-
VCS_SHORT_HASH = "d9b6a03"
13+
VCS_ACTION_STAMP = "2017-09-26T03:57:[email protected]"
14+
VCS_FULL_HASH = "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e"
15+
VCS_COMMIT_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317"
16+
VCS_SHORT_HASH = "c009f3a"
1517
VCS_WC_MODIFIED = false
1618
; end

examples/autorevision.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ public class autorevision {
44
public static final String VCS_TYPE = "git";
55
public static final String VCS_BASENAME = "autorevision";
66
public static final String VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149";
7-
public static final long VCS_NUM = 376;
8-
public static final String VCS_DATE = "2016-11-14T20:27:54Z";
9-
public static final String VCS_BRANCH = "master";
10-
public static final String VCS_TAG = "v/1.15";
11-
public static final long VCS_TICK = 25;
7+
public static final long VCS_NUM = 424;
8+
public static final String VCS_DATE = "2017-09-26T03:57:45Z";
9+
public static final String VCS_BRANCH = "topic/gpg";
10+
public static final String VCS_TAG = "v/1.20";
11+
public static final String VCS_TAG_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
12+
public static final long VCS_TICK = 16;
1213
public static final String VCS_EXTRA = "";
1314

14-
public static final String VCS_ACTION_STAMP = "2016-11-14T20:27:[email protected]";
15-
public static final String VCS_FULL_HASH = "d9b6a03e53385f8fd256c1cff629e92f28da0c4d";
16-
public static final String VCS_SHORT_HASH = "d9b6a03";
15+
public static final String VCS_ACTION_STAMP = "2017-09-26T03:57:[email protected]";
16+
public static final String VCS_FULL_HASH = "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e";
17+
public static final String VCS_COMMIT_OPENPGP = "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317";
18+
public static final String VCS_SHORT_HASH = "c009f3a";
1719

1820
public static final boolean VCS_WC_MODIFIED = false;
1921
}

examples/autorevision.javaprop

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
VCS_TYPE=git
44
VCS_BASENAME=autorevision
55
VCS_UUID=da2830f81fec4c6ebce8ebf23f35b0e6b066c149
6-
VCS_NUM=376
7-
VCS_DATE=2016-11-14T20:27:54Z
8-
VCS_BRANCH=master
9-
VCS_TAG=v/1.15
10-
VCS_TICK=25
6+
VCS_NUM=424
7+
VCS_DATE=2017-09-26T03:57:45Z
8+
VCS_BRANCH=topic/gpg
9+
VCS_TAG=v/1.20
10+
VCS_TAG_OPENPGP=A16E4FE1BFE882DE9D6E28AD0044B6E72C414317
11+
VCS_TICK=16
1112
VCS_EXTRA=
1213

13-
VCS_ACTION_STAMP=2016-11-14T20:27:[email protected]
14-
VCS_FULL_HASH=d9b6a03e53385f8fd256c1cff629e92f28da0c4d
15-
VCS_SHORT_HASH=d9b6a03
14+
VCS_ACTION_STAMP=2017-09-26T03:57:[email protected]
15+
VCS_FULL_HASH=c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e
16+
VCS_COMMIT_OPENPGP=A16E4FE1BFE882DE9D6E28AD0044B6E72C414317
17+
VCS_SHORT_HASH=c009f3a
1618

1719
VCS_WC_MODIFIED=false

examples/autorevision.js

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ var autorevision = {
44
VCS_TYPE: "git",
55
VCS_BASENAME: "autorevision",
66
VCS_UUID: "da2830f81fec4c6ebce8ebf23f35b0e6b066c149",
7-
VCS_NUM: 376,
8-
VCS_DATE: "2016-11-14T20:27:54Z",
9-
VCS_BRANCH: "master",
10-
VCS_TAG: "v/1.15",
11-
VCS_TICK: 25,
7+
VCS_NUM: 424,
8+
VCS_DATE: "2017-09-26T03:57:45Z",
9+
VCS_BRANCH: "topic/gpg",
10+
VCS_TAG: "v/1.20",
11+
VCS_TAG_OPENPGP: "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317",
12+
VCS_TICK: 16,
1213
VCS_EXTRA: "",
1314

14-
VCS_ACTION_STAMP: "2016-11-14T20:27:[email protected]",
15-
VCS_FULL_HASH: "d9b6a03e53385f8fd256c1cff629e92f28da0c4d",
16-
VCS_SHORT_HASH: "d9b6a03",
15+
VCS_ACTION_STAMP: "2017-09-26T03:57:[email protected]",
16+
VCS_FULL_HASH: "c009f3afa47dc7cc2bcf789f37cdea8c91a32f5e",
17+
VCS_COMMIT_OPENPGP: "A16E4FE1BFE882DE9D6E28AD0044B6E72C414317",
18+
VCS_SHORT_HASH: "c009f3a",
1719

1820
VCS_WC_MODIFIED: false
1921
};

0 commit comments

Comments
 (0)