Skip to content

Commit

Permalink
Update PBS Pro version number to 18.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subhasisb committed Oct 30, 2018
1 parent 3ffce9b commit 425e3eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -51,8 +51,8 @@ How to install PBS Pro using the configure script.
3. Open a terminal as a normal (non-root) user, unpack the PBS Pro
tarball, and cd to the package directory.

tar -xpvf pbspro-18.1.2.tar.gz
cd pbspro-18.1.2
tar -xpvf pbspro-18.1.3.tar.gz
cd pbspro-18.1.3

4. Generate the configure script and Makefiles. (See note 1 below)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -37,7 +37,7 @@
#

AC_PREREQ([2.63])
AC_INIT([pbspro], [18.1.2], [pbssupport@altair.com])
AC_INIT([pbspro], [18.1.3], [pbssupport@altair.com])
AC_CONFIG_HEADERS([src/include/pbs_config.h])
AC_CONFIG_SRCDIR([src/cmds/qmgr.c])
AC_CONFIG_AUX_DIR([buildutils])
Expand Down
2 changes: 1 addition & 1 deletion pbspro.spec
Expand Up @@ -40,7 +40,7 @@
%define pbs_client client
%define pbs_execution execution
%define pbs_server server
%define pbs_version 18.1.2
%define pbs_version 18.1.3
%define pbs_release 0
%define pbs_prefix /opt/pbs
%define pbs_home /var/spool/pbs
Expand Down

0 comments on commit 425e3eb

Please sign in to comment.