Skip to content

Commit fd7f06e

Browse files
committed
Version 3.7.0
1 parent 823fbbe commit fd7f06e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Linux/share/doc/sasm/changelog.gz

71 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 and Turkish (thanks Ali Goren).
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).
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.6.0"
78+
#define SASM_VERSION "3.7.0"
7979

8080
/**
8181
* @file mainwindow.h

0 commit comments

Comments
 (0)