Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
3bc0ab78
Commit
3bc0ab78
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Updates for 7.1.1. Not done yet.
parent
c0f5b4c8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/include/config.h.win32
+2
-2
2 additions, 2 deletions
src/include/config.h.win32
src/interfaces/libpq/libpq.rc
+2
-2
2 additions, 2 deletions
src/interfaces/libpq/libpq.rc
src/tools/RELEASE_CHANGES
+1
-1
1 addition, 1 deletion
src/tools/RELEASE_CHANGES
with
5 additions
and
5 deletions
src/include/config.h.win32
+
2
−
2
View file @
3bc0ab78
/*
* Parts of config.h that you get with autoconf on other systems
*/
#define PG_VERSION "7.1"
#define PG_VERSION_STR "7.1 (win32)"
#define PG_VERSION "7.1
.1
"
#define PG_VERSION_STR "7.1
.1
(win32)"
#define SYSCONFDIR ""
...
...
This diff is collapsed.
Click to expand it.
src/interfaces/libpq/libpq.rc
+
2
−
2
View file @
3bc0ab78
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,1,
0
,0
PRODUCTVERSION 7,1,
0
,0
FILEVERSION 7,1,
1
,0
PRODUCTVERSION 7,1,
1
,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS__WINDOWS32
...
...
This diff is collapsed.
Click to expand it.
src/tools/RELEASE_CHANGES
+
1
−
1
View file @
3bc0ab78
...
...
@@ -16,7 +16,7 @@
* Ports
update ports list in doc/src/sgml/installation.sgml
platform-specific FAQ's
platform-specific FAQ's
, if needed
* Miscellaneous files
README
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment