aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2021-04-10 13:30:37 +0200
committerJ08nY2021-04-10 13:37:36 +0200
commitd42684b09fe10f74efbdf190e75fec2d50de96b2 (patch)
treebdf1b5bddd819cf9ceb3a629182301c0359449e7
parentc6bc5bf67cd90110ba263867975f79f1365443c0 (diff)
downloadecgen-d42684b09fe10f74efbdf190e75fec2d50de96b2.tar.gz
ecgen-d42684b09fe10f74efbdf190e75fec2d50de96b2.tar.zst
ecgen-d42684b09fe10f74efbdf190e75fec2d50de96b2.zip
-rw-r--r--.travis.yml8
-rw-r--r--Doxyfile2
-rw-r--r--src/ecgen.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 23d9140..7565f88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,13 +15,13 @@ jobs:
before_install:
- sudo apt-get update
- sudo apt-get install -y dpkg apt
- - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pari/libpari-gmp-tls7_2.13.0-2_amd64.deb
- - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pari/libpari-dev_2.13.0-2_amd64.deb
- - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pari/pari-gp_2.13.0-2_amd64.deb
+ - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pari/libpari-gmp-tls7_2.13.1-1_amd64.deb
+ - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pari/libpari-dev_2.13.1-1_amd64.deb
+ - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pari/pari-gp_2.13.1-1_amd64.deb
- wget https://mirrors.edge.kernel.org/ubuntu/pool/main/r/readline/libreadline8_8.0-4_amd64.deb
- wget https://mirrors.edge.kernel.org/ubuntu/pool/main/n/ncurses/libtinfo6_6.2-1_amd64.deb
- wget https://pari.math.u-bordeaux.fr/pub/pari/packages/seadata.tgz
- - sudo dpkg --force-all -i libtinfo6_6.2-1_amd64.deb libreadline8_8.0-4_amd64.deb libpari-gmp-tls7_2.13.0-2_amd64.deb libpari-dev_2.13.0-2_amd64.deb pari-gp_2.13.0-2_amd64.deb
+ - sudo dpkg --force-all -i libtinfo6_6.2-1_amd64.deb libreadline8_8.0-4_amd64.deb libpari-gmp-tls7_2.13.1-1_amd64.deb libpari-dev_2.13.1-1_amd64.deb pari-gp_2.13.1-1_amd64.deb
- DATADIR=$(echo "default(datadir)" | gp -q | cut -d\" -f2)
- sudo tar --strip-components=1 -C ${DATADIR} -xzvf seadata.tgz data/
diff --git a/Doxyfile b/Doxyfile
index 52548bf..db7dd5f 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "ecgen"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.7.3
+PROJECT_NUMBER = 0.7.4
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/src/ecgen.c b/src/ecgen.c
index c36dd84..db1a7d8 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -20,7 +20,7 @@
/**
* @file ecgen.c
* @author J08nY <johny@neuromancer.sk>
- * @version 0.7.3
+ * @version 0.7.4
* @copyright GPL v2.0
*/
#include <pari/pari.h>
@@ -38,7 +38,7 @@
#endif
const char *argp_program_version =
- "ecgen 0.7.3" GIT_VERSION
+ "ecgen 0.7.4" GIT_VERSION
"\n"
"Compiled with: " PARIVERSION
"\n\n"