Skip to content

Commit 6e8439a

Browse files
committed
Move to version 4.6.1
Signed-off-by: Corey Minyard <[email protected]>
1 parent 7d389f4 commit 6e8439a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ser2net],[4.6.0],[[email protected]])
1+
AC_INIT([ser2net],[4.6.1],[[email protected]])
22
AM_INIT_AUTOMAKE([-Wall])
33
AC_PROG_CC
44
AM_PROG_AR

ser2net.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Ser2Net"
5-
#define MyAppVersion "4.6.0"
5+
#define MyAppVersion "4.6.1"
66
#define MyAppPublisher "Ser2Net"
77
#define MyAppURL "https://github.com/cminyard/ser2net"
88
#define InstallDir "c:/msys64/home/cminyard/install/Ser2Net"

0 commit comments

Comments
 (0)