Skip to content

Commit 54a84d7

Browse files
committed
Version 3.8.0
1 parent 4e0aa33 commit 54a84d7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Linux/share/doc/sasm/changelog.gz

55 Bytes
Binary file not shown.

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Основана на Qt. Распространяется по свободной лицензии GNU GPL v3.0.
33

44
SASM (SimpleASM) - simple Open Source crossplatform IDE for NASM, MASM, GAS, FASM assembly languages.
5-
SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language. SASM is translated into Russian, English, Turkish (thanks Ali Goren), Chinese (thanks Ahmed Zetao Yang) and German (thanks Sebastian Fischer).
5+
SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language. SASM is translated into Russian, English, Turkish (thanks Ali Goren), Chinese (thanks Ahmed Zetao Yang), German (thanks Sebastian Fischer) and Italian (thanks Carlo Dapor).
66
Licensed under the GNU GPL v3.0. Based on the Qt.
77

88
===========================================================================

mainwindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
#include "signallocker.h"
7676
#include "masm.h"
7777

78-
#define SASM_VERSION "3.7.0"
78+
#define SASM_VERSION "3.8.0"
7979

8080
/**
8181
* @file mainwindow.h

0 commit comments

Comments
 (0)