Skip to content

Commit d355f25

Browse files
committed
Version update
1 parent 993592e commit d355f25

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ The following people contributed to GNU Aris,
1010
and their time and effort are greatly appreciated:
1111

1212
13+
Kovács Zoltán <[email protected]>
14+
Saksham Attri <[email protected]>
15+
Alexander Thaller <[email protected]>
16+
Andreas Ebetshuber <[email protected]>

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(aris C)
33

44
set(PACKAGE_NAME "GNU Aris")
55
set(PACKAGE "aris")
6-
set(ARIS_VERSION "2.2")
6+
set(ARIS_VERSION "3.0")
77
set(PACKAGE_BUGREPORT "[email protected]")
88

99
set(CMAKE_C_STANDARD 11)

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ This NEWS file records important changes.
77
notice and this notice are preserved.
88

99

10+
3.0
11+
12+
* Added a qt version.
13+
14+
* Added support for WebAssembly compilation.
15+
16+
* Fixed up subproof referencing bugs.
17+
18+
* Fixed up On-Screen Keyboard bugs on gtk build.
19+
1020
2.2
1121

1222
* Added undo/redo functionality.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.60)
2-
AC_INIT([GNU Aris], [2.2], [[email protected]])
2+
AC_INIT([GNU Aris], [3.0], [[email protected]])
33
AC_CONFIG_AUX_DIR([build-aux])
44
AM_INIT_AUTOMAKE
55

0 commit comments

Comments
 (0)