about summary refs log tree commit diff stats
path: root/contrib
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-05-19 12:12:18 -0400
committerDrew DeVault <sir@cmpwn.com>2020-05-19 12:12:18 -0400
commit2b54b04c852f8153bdf818f864e002aa861051ed (patch)
tree15ecc674cf116e432ce5958c8146b8f2be227e32 /contrib
parent3ba836003a3457d96b19979b4c442f64745157e9 (diff)
downloadaerc-2b54b04c852f8153bdf818f864e002aa861051ed.tar.gz
Add contrib/_incr_version
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/_incr_version4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/_incr_version b/contrib/_incr_version
new file mode 100755
index 0000000..dfd22db
--- /dev/null
+++ b/contrib/_incr_version
@@ -0,0 +1,4 @@
+#!/bin/sh -eu
+sed -i Makefile -e "s/^VERSION=${1}/VERSION=${2}/"
+git add Makefile
+git commit -m "Update version to ${2}"
akspecs/aerc/commit/Makefile?h=0.5.0&id=cbbdb232e87ebf92b6abba9bb3f7eff0597d0fff'>cbbdb23 ^
7a8f408 ^
d30a6e3 ^

6c0f228 ^
90db2e5 ^


78fc83e ^
fc719e4 ^
d30a6e3 ^
0bfb90b ^
58bc15b ^
fc719e4 ^



7a26b48 ^
4875813 ^
0016775 ^
58bc15b ^

fc719e4 ^
0bfb90b ^








f42724c ^

d30a6e3 ^
fc719e4 ^
0bfb90b ^


fc719e4 ^
eabdcff ^
fc719e4 ^
3874269 ^
3e7ac52 ^
7f540df ^
3874269 ^



7a26b48 ^
4875813 ^
0016775 ^
3874269 ^
c21ec37 ^
7f540df ^
d30a6e3 ^
7f540df ^
177651b ^


fc719e4 ^
d3b5a76 ^









7a26b48 ^
4875813 ^
0016775 ^
d3b5a76 ^








fc719e4 ^

d3b5a76 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101