Skip to content

Commit 1f7c550

Browse files
committed
Bump new release version
1 parent 7624c8b commit 1f7c550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Maintainer: Francesco Abbate <[email protected]>
33
Version: LGT_VERSION
44
Architecture: LGT_ARCH
55
Installed-Size: LGT_INSTALLED_SIZE
6-
Depends: libfox-1.6-0 (>= 1.6.0), libgsl0ldbl (>= 1.14), libfreetype6 (>= 2.2.1)
6+
Depends: libfox-1.6-0 (>= 1.6.0), libgsl23 (>= 2.3), libfreetype6 (>= 2.2.1)
77
Section: x11
88
Priority: optional
99
Description: GSL Shell

defs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
#define LUA_INDEX_CONVENTION
35-
#define GSL_SHELL_RELEASE "2.3.1"
35+
#define GSL_SHELL_RELEASE "2.3.2"
3636

3737
#ifdef WIN32
3838
#ifndef __cplusplus

makedefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RELVER= 2
1515
ABIVER= 5.1
1616
NODOTABIVER= 51
1717

18-
VERSION = 2.3.1
18+
VERSION = 2.3.2
1919

2020
AR= ar rcu
2121
RANLIB= ranlib

0 commit comments

Comments
 (0)