pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/pkg_install/files/lib



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sun Mar 25 03:56:28 UTC 2018

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/lib: version.h

Log Message:
Bump version for commits earlier this week.

pkg_install-20180325
- pkg_add(1): Documentation fixes
- pkg_delete: Add missing -A to usage()


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 pkgsrc/pkgtools/pkg_install/files/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_install/files/lib/version.h
diff -u pkgsrc/pkgtools/pkg_install/files/lib/version.h:1.173 pkgsrc/pkgtools/pkg_install/files/lib/version.h:1.174
--- pkgsrc/pkgtools/pkg_install/files/lib/version.h:1.173       Mon Feb 26 23:45:02 2018
+++ pkgsrc/pkgtools/pkg_install/files/lib/version.h     Sun Mar 25 03:56:28 2018
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.173 2018/02/26 23:45:02 ginsbach Exp $   */
+/*     $NetBSD: version.h,v 1.174 2018/03/25 03:56:28 sevan Exp $      */
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION 20180226
+#define PKGTOOLS_VERSION 20180325
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index