Update upstream source from tag 'upstream/4.0.0' Update to upstream version '4.0.0' with Debian dir acecaeaa4342bd529217fb58895750ba758f7964
Norbert Preining
4 years ago
2 changed file(s) with
1 addition(s)
and
7 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-6
.circleci/config.yml
less
more
37
37
fi
38
38
39
39
jobs:
40
"mint18":
41
<<: *shared
42
docker:
43
- image: linuxmintd/mint18-amd64
44
45
40
"mint19":
46
41
<<: *shared
47
42
docker:
56
51
version: 2
57
52
build:
58
53
jobs:
59
- "mint18"
60
54
- "mint19"
61
55
- "lmde3"
+1
-1
configure.ac
less
more
0
0
AC_PREREQ(2.62)
1
1
2
AC_INIT([cinnamon-menus], [3.8.2])
2
AC_INIT([cinnamon-menus], [4.0.0])
3
3
AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
4
4
5
5
m4_ifdef([AX_IS_RELEASE], [AX_IS_RELEASE([always])])