-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEWS, configure.ac: Выпуск версии 2.3.0
- Loading branch information
1 parent
769ab9e
commit 43bc518
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <[email protected]> | |
are permitted in any medium without royalty provided the copyright | ||
notice and this notice are preserved. | ||
|
||
* Unreleased | ||
* Версия 2.3.0 (2024-09-22) | ||
** ru | ||
*** Диалоги с компьютером | ||
**** Структура программы на Arduino | ||
|
@@ -35,6 +35,8 @@ Copyright (C) Artyom V. Poptsov <[email protected]> | |
- Добавление описания записи звука как примера АЦП. | ||
- Добавление описания цифровой фотографии и видео-съёмки как примеров АЦП. | ||
- Добавление в глоссарий аббревиатур "АЦП", "ЦАП" и их англоязычных версий. | ||
*** Язык общения машин | ||
- Косметическое улучшение форматирования. | ||
* Версия 2.2.0 (2024-09-22) | ||
** ru | ||
*** Диалоги с компьютером | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ You should have received a copy of the Creative Commons Attribution-ShareAlike | |
<https://creativecommons.org/licenses/by-sa/4.0/>. | ||
]]) | ||
|
||
AC_INIT([SPARC], [2.2.0], [[email protected]], | ||
AC_INIT([SPARC], [2.3.0], [[email protected]], | ||
[sparc], | ||
[https://github.com/artyom-poptsov/SPARC]) | ||
|
||
|