We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864207b commit 9f17b82Copy full SHA for 9f17b82
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([lem],[1.10.0])
+AC_INIT([lem],[2.0.0])
2
AM_INIT_AUTOMAKE([foreign])
3
AC_CONFIG_FILES([Makefile contrib/Makefile scripts/gen-contrib/Makefile])
4
lem.asd
@@ -1,5 +1,5 @@
(defsystem "lem"
- :version "1.10.0"
+ :version "2.0.0"
:depends-on ("alexandria"
"trivial-gray-streams"
5
"trivial-types"
package.json
@@ -1,6 +1,6 @@
{
"name": "lem",
- "version": "1.10.0",
+ "version": "2.0.0",
"description": "lem frontend",
"main": "frontends/electron/index.js",
6
"scripts": {
0 commit comments