diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-23 03:17:02 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-23 03:17:02 +0300 |
commit | 2a23325617c01f170bdacb25f2777aa9f4f6ef14 (patch) | |
tree | 59ffd1261b2d0aeb4b3100a6d74b391cb9379be7 | |
parent | 689702354e81148b9be2fa3b6dc4f4de8a6d102f (diff) | |
download | sciteco-2a23325617c01f170bdacb25f2777aa9f4f6ef14.tar.gz |
uploaded target release to v2.3.0
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | freebsd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 41c0a05..c4f55ac 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([SciTECO], [2.2.0], +AC_INIT([SciTECO], [2.3.0], [robin.haberkorn@googlemail.com], [sciteco], [https://github.com/rhaberkorn/sciteco]) diff --git a/freebsd/Makefile b/freebsd/Makefile index 74d1aa3..23d62f1 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -1,5 +1,5 @@ PORTNAME= sciteco -DISTVERSION= 2.2.0 +DISTVERSION= 2.3.0 CATEGORIES= editors textproc devel MASTER_SITES= https://github.com/rhaberkorn/${PORTNAME}/releases/download/v${DISTVERSION}/ \ SOURCEFORGE/${PORTNAME}/v${DISTVERSION}/ |