Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
inkscape
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Srijan
inkscape
Commits
6b301cd0
Commit
6b301cd0
authored
15 years ago
by
Ted Gould
Committed by
gouldtj
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Setting some more version numbers
(bzr r8833.1.8)
parent
783e01c1
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
NEWS
+1
-1
1 addition, 1 deletion
NEWS
build-lx.xml
+1
-1
1 addition, 1 deletion
build-lx.xml
build.xml
+1
-1
1 addition, 1 deletion
build.xml
packaging/win32/inkscape.nsi
+1
-1
1 addition, 1 deletion
packaging/win32/inkscape.nsi
with
5 additions
and
5 deletions
CMakeLists.txt
+
1
−
1
View file @
6b301cd0
PROJECT
(
inkscape
)
SET
(
INKSCAPE_VERSION 0.4
6+devel
)
SET
(
INKSCAPE_VERSION 0.4
7
)
SET
(
PROJECT_NAME inkscape
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.4.6
)
SET
(
CMAKE_INCLUDE_CURRENT_DIR TRUE
)
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
1
−
1
View file @
6b301cd0
...
...
@@ -1160,7 +1160,7 @@ command in shell mode must be a complete valid Inkscape command line but
without the Inkscape program name, for example:
$ inkscape --shell
Inkscape 0.4
6+devel
interactive shell mode. Type 'quit' to quit.
Inkscape 0.4
7
interactive shell mode. Type 'quit' to quit.
>file.svg --export-pdf=file.pdf
>otherfile.svg --export-png=bitmap.png
Background RRGGBBAA: ffffff00
...
...
This diff is collapsed.
Click to expand it.
build-lx.xml
+
1
−
1
View file @
6b301cd0
...
...
@@ -39,7 +39,7 @@
</description>
<!-- set global properties for this build -->
<property
name=
"version"
value=
"0.4
6+devel
"
/>
<property
name=
"version"
value=
"0.4
7
"
/>
<property
name=
"src"
location=
"src"
/>
<property
name=
"lib"
location=
"lib"
/>
<property
name=
"build"
location=
"build"
/>
...
...
This diff is collapsed.
Click to expand it.
build.xml
+
1
−
1
View file @
6b301cd0
...
...
@@ -42,7 +42,7 @@
</description>
<!-- set global properties for this build -->
<property
name=
"version"
value=
"0.4
6+devel
"
/>
<property
name=
"version"
value=
"0.4
7
"
/>
<property
name=
"src"
location=
"src"
/>
<property
name=
"lib"
location=
"lib"
/>
<property
name=
"build"
location=
"build"
/>
...
...
This diff is collapsed.
Click to expand it.
packaging/win32/inkscape.nsi
+
1
−
1
View file @
6b301cd0
...
...
@@ -7,7 +7,7 @@
; DEFINES
; #######################################
!define PRODUCT_NAME "Inkscape"
!define PRODUCT_VERSION "0.4
6+devel
"
!define PRODUCT_VERSION "0.4
7
"
!define PRODUCT_REVISION 1
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\inkscape.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
...
...
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