File: version

package info (click to toggle)
pgloader 3.6.10-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,060 kB
  • sloc: sql: 32,321; lisp: 14,793; makefile: 442; sh: 85; python: 26
file content (11 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/params.lisp
+++ b/src/params.lisp
@@ -44,7 +44,7 @@
   "non-nil when this build is a release build.")
 
 (defparameter *major-version* "3.6")
-(defparameter *minor-version* "7")
+(defparameter *minor-version* "10")
 
 (defun git-hash ()
   "Return the current abbreviated git hash of the development tree."