diff options
-rw-r--r-- | .github/workflows/nightly.yml | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0af6612..21871af 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -135,7 +135,7 @@ jobs: # FIXME: Should we encode the Git commit into the package version? # Unfortunately, I cannot find detailed information on how Mac OS # interpretes these version strings. - pkgbuild --identifier net.sf.sciteco.pkg --version 2.0.0 \ + pkgbuild --identifier net.sf.sciteco.pkg --version 2.2.0 \ --root temp-install --install-location / \ sciteco-curses_nightly_macos_x86_64.pkg - name: Archive Mac OS Distribution (ncurses) diff --git a/configure.ac b/configure.ac index d9dd7e0..959afbc 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.1.0], +AC_INIT([SciTECO], [2.2.0], [robin.haberkorn@googlemail.com], [sciteco], [https://github.com/rhaberkorn/sciteco]) |