Skip to content

Commit 1fd6b47

Browse files
committed
update version to 3.4 and add LSM in preparation for new release
1 parent f8b181d commit 1fd6b47

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

MOVE.LSM

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Begin3
2+
Title: Move
3+
Version: 3.4
4+
Entered-date: 2025-03-23
5+
Description: Move files from one location to another
6+
Summary: Move files from one location to another.
7+
Keywords: freedos, move
8+
Author: Joe Cosentino <[email protected]>
9+
Diego Rodriguez <[email protected]>
10+
Maintained-by:
11+
Primary-site: https://github.com/FDOS/move
12+
Alternate-site: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/move/
13+
defunct-site: http://www.geocities.com/xsaintx69/freedos
14+
Platforms: DOS
15+
Copying-policy: GNU General Public License, Version 2
16+
End

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef __VERSION__H__
22
#define __VERSION__H__
3-
#define VERSION "3.3a"
3+
#define VERSION "3.4"
44
#endif

0 commit comments

Comments
 (0)