Sergey Poznyakoff пре 3 година
родитељ
комит
ac119c80e4
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      NEWS
  2. 1 1
      configure.ac

+ 2 - 2
NEWS

@@ -1,7 +1,7 @@
-GNU tar NEWS - User visible changes. 2021-12-12
+GNU tar NEWS - User visible changes. 2021-12-13
 Please send GNU tar bug reports to <[email protected]>
 
-version TBD
+version 1.34.90 (git)
 
 * Fail when building GNU tar, if the platform supports 64-bit time_t
   but the build uses only 32-bit time_t.

+ 1 - 1
configure.ac

@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([GNU tar], [1.34], [[email protected]])
+AC_INIT([GNU tar], [1.34.90], [[email protected]])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])